Is Clojure, Scala and other restrained by the JVM vs CLR
        Posted  
        
            by 
                jia93
            
        on Programmers
        
        See other posts from Programmers
        
            or by jia93
        
        
        
        Published on 2011-07-29T09:29:23Z
        Indexed on 
            2012/09/19
            15:53 UTC
        
        
        Read the original article
        Hit count: 350
        
The Java implementors seem slow to adopt language improvements, for example compare C# with full closures, expression trees, LINQ etc.. to Java, and even the push back of some stuff to Java 8 will still leave it behind the current implementation of C#.
However since I dont intend to use either Java or C# that particular language war isnt of interest too much, im more concerned with the JVM vs CLR.
Is this lagging-behind also applicable to the JVM?
Will Scala, Clojure etc.. will they be able to continue to innovate or score optimal performance in the face of slowly progressing underlying VM such as JVM? Is Clojure/Scala restrained at present by JVM limitations?
© Programmers or respective owner