JSIL



    Herramienta en linea dotada de múltiples ejemplos gráficos. Vale la pena ejecutar algunos ejemplos para ver el código y su comportamiento.  Siempre se aprende algo de la forma de hacer de los demás.

     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.

     Try JSIL out in your browser! Type some C# into the Source Code box below, and click Compile & Run.
The C# you enter is compiled on the JSIL server using the Mono compiler, then translated to JavaScript by JSIL and sent back to you.
Not familiar with C#? Try out some of the C# Tutorials from the Microsoft website!
You can share code snippets with your friends by saving them as GitHub Gists and sharing this link!











No hay comentarios:

Publicar un comentario

Nota: solo los miembros de este blog pueden publicar comentarios.