This post originated from an RSS feed registered with Agile Buzz
by James Robertson.
Original Post: Simplicity is power
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.
When people are introduced to Smalltalk, they often come away a bit befuddled, and also feeling like some of their syntactic sugar addictions can’t be fulfilled. Take the wiley “case” statement that exists in many languages. Turns out you can implement it in Smalltalk via just simply extending the underlying classes. Poof! Try that in most languages and people will look at you funny. So far, Lisp and Smalltalk are the only two languages I’ve used that are so trivially extensible to meet new requirements. Others can be extended, but not so seamlessly.
Another example - look at how languages like Java and C# implement generics, and then consider that it's a complete non-issue in Smalltalk.