JSIL - a Dot Net to JavaScript translator
        Posted  
        
            by TATWORTH
        on Geeks with Blogs
        
        See other posts from Geeks with Blogs
        
            or by TATWORTH
        
        
        
        Published on Sun, 10 Jun 2012 18:48:42 GMT
        Indexed on 
            2012/06/10
            22:41 UTC
        
        
        Read the original article
        Hit count: 313
        
Filed under: 
        JSI is described at http://jsil.org/ as:
"JSIL is a compiler that transforms .NET applications and libraries from their native executable format - CIL bytecode - into standards-compliant, cross-browser JavaScript. You can take this JavaScript and run it in a web browser or any other modern JavaScript runtime. Unlike other cross-compiler tools targeting JavaScript, JSIL produces readable, easy-to-debug JavaScript that resembles the code a developer might write by hand, while still maintaining the behavior and structure of the original .NET code. Because JSIL transforms bytecode, it can support most .NET-based languages - C# to JavaScript and VB.NET to JavaScript work right out of the box."
 

        
        "JSIL is a compiler that transforms .NET applications and libraries from their native executable format - CIL bytecode - into standards-compliant, cross-browser JavaScript. You can take this JavaScript and run it in a web browser or any other modern JavaScript runtime. Unlike other cross-compiler tools targeting JavaScript, JSIL produces readable, easy-to-debug JavaScript that resembles the code a developer might write by hand, while still maintaining the behavior and structure of the original .NET code. Because JSIL transforms bytecode, it can support most .NET-based languages - C# to JavaScript and VB.NET to JavaScript work right out of the box."
© Geeks with Blogs or respective owner