Dynamic languages in mainstream languages, will they work?
Posted in development on Feb 16th, 2008
I’ve been interested in implementations of dynamic languages in mainstream languages for a while. IronPython and Jruby have been showing great progress, and especially jruby has achieved a status where it can run rails apps in a java app server.
Dynamic languages has their own set of advantages, and sometimes I really miss their features. However, […]