Implementing C# for the JVM
        Posted  
        
            by Rob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rob
        
        
        
        Published on 2009-03-25T17:25:05Z
        Indexed on 
            2010/05/01
            16:07 UTC
        
        
        Read the original article
        Hit count: 283
        
Is anyone attempting to implement C# for the JVM? As a Java developer, I've been eyeing C# with envy, but am unwilling to give up the portability and maturity of the JVM, not to mention the diverse range of tools for it.
I know there are some important differences between the JVM and CLR but is there anything that is a showstopper?
© Stack Overflow or respective owner