On Mon, Dec 14, 2009 at 3:38 PM, Guido Stepken <[email protected]> wrote: > I could make out a few "trends" in software technology since some time: > > * Parallel computing. (Smalltalk rather has a structure of a human brain, no > chance to parallelize, wrong algorithms behind)
Untrue. Smalltalk, the language, makes it really easy to write concurrent programs. Unfortunately, there's no Smalltalk VM which can run well on multiple CPU cores. GemStone/S comes close. Gulik. -- http://gulik.pbwiki.com/ _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
