The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Closer is better

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
Closer is better Posted: Sep 15, 2005 1:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Closer is better
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

Thought Tracker makes a good point about simplicity and productivity:

The bigger the language (syn)tax is, the bigger will be the distance to the Domain. (read: you will have more syntax-noise in the code). This "noise" can help you to understand the tehnology, but it troubles you in understanding the domain. That's why Smalltalk was good: very simple syntax. The rest was/is Domain Language.

This is one of the reasons I consistently harp on the complexity of Java and C# - they add capability by larding on more syntax, due to the inherent weakness of their original designs. Generics? In Smalltalk, we don't really have to think too deeply about the problem - unlimited polymorphism and DNU handlers gives us all we need, without having to learn a bunch of extra language rules. The Java guys spent years pondering the question, and then larded on syntax. MS didn't spend the same amount of ponder time, but they also larded on syntax.

Every time that happens, it gets harder to solve the actual problem at hand - because you have to learn the extra stuff they layered on instead of just diving into it.

Read: Closer is better

Topic: Pics from our Cargill meeting Previous Topic   Next Topic Topic: Whew!

Sponsored Links



Google
  Web Artima.com   

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