Linked by Thom Holwerda on Wed 20th Jul 2005 17:32 UTC, submitted by anonymous
Thread beginning with comment 6890
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
Unfortunately for Java folks, natively-compiled dynamic languages such as various Common Lisp implementations (SBCL, Allegro) run much, much faster than JVM-hosted dynamic languages. Also, the JVM lacks many dynamic features that are necessary for full implementations for languages such as Smalltalk. So you won't see "real" dynamic languages on the JVM, just slow scripting toys like Groovy.