The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Simplicity is power

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
Simplicity is power Posted: Nov 2, 2005 5:43 AM
Reply to this message Reply

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.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Chris Petrilli explains how simplicity is power:

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.

Read: Simplicity is power

Topic: Speaking of browser specificity Previous Topic   Next Topic Topic: How Class Promise can help

Sponsored Links



Google
  Web Artima.com   

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