The Artima Developer Community
Sponsored Link

Agile Buzz Forum
More on Bloat

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
More on Bloat Posted: Sep 15, 2004 5:03 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: More on Bloat
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Via Blaine I found another Smalltalk vs. Java comparison. I posted a link to Chris Petrilli's comments yesterday - it turns out that you can start up a Cincom Smalltalk image multiple times during the interval that is required to start up Eclipse once. Now Blaine points to this Seaside vs. Java Weblog code comparison:

Source Size

Java Struts Version 239,330 B
Seaside version 26,759 B

Most of the Java struct version files contain a copyright notice. When I remove the copyright we get that the Java struts version is 5.9 times larger.

Now look at that through a productivity filter - a weblog is a fairly simple beast (I should know; I've implemented one). Using a Java web framework (one of the more popular ones at that), you end up writing nearly 6x the code that you do using one of the Smalltalk frameworks. Writing that much extra code is going to eat into some of your time... time you might otherwise be using to do testing or adding features.

Read: More on Bloat

Topic: Earned-Value and Burn Charts Previous Topic   Next Topic Topic: Step 1 Complete

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use