Linked by Eugenia Loli-Queru on Mon 25th Sep 2006 05:29 UTC
Thread beginning with comment 165453
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: smalltalk is incredible
by youknowmewell on Tue 26th Sep 2006 00:02
in reply to "RE: smalltalk is incredible"
RE[3]: smalltalk is incredible
by Get a Life on Tue 26th Sep 2006 00:46
in reply to "RE[2]: smalltalk is incredible"
CLOS is a multiple dispatch system based around the idea of generic functions, while Smalltalk is a single dispatch system modeled around message passing. CLOS circuitously derives from similarities with Smalltalk via LOOPS. CLOS however is not that much like the Smalltalk object model.
http://www2.parc.com/istl/members/stefik/loops.html
http://www.dreamsongs.com/NewFiles/ECOOP.pdf






Member since:
2006-01-01
Lisp is the father of dynamic languages. Garbage collection and dynamic typing before Smalltalk ever existed.
Smalltalk actually received a fair amount of corporate funding. Heck, I was programming in VisualAge Smalltalk in 1995. It probably doesn't work out to be anything like what Java obtained marketing-wise, but Java was fortunate-enough to ride the Internet bubble while Smalltalk was falling out of favor.
I would that it is one of the two best programming languages not really used in the mainstream.
Dolphin Smalltalk is definitely quite slick.
The source code for the Strong Talk system was recently released by Sun.
Edited 2006-09-25 17:23