Script# … si cómo no, otra nueva opción herramienta para trabajar con AJAX Web 2.0 Atlas etc, mas y mas implementaciones, pero pocos estándares entre diferentes plataformas.
En este caso, de la mano de un grande si no lo conocen les recomiendo checkear constantemente http://www.nikhilk.net básicamente consiste en un nuevo lenguaje de scripting diseñado bajo estructuras similares a C#, para el desarrollo de aplicaciones AJAX.
Algunas de sus características:
· A clean language with the natural constructs. Today with script, you can go a long ways in simulating OOP (classes, interfaces, inheritance etc.), but the simulations are thrown at the face of the developer. Various C# constructs such as properties, events, and syntax for defining inheritance go a long way in making the code readable. Similarly modifier keywords like public vs. protected vs. internal, sealed vs. virtual etc. help define a better object model. All of this can be brought into the scripting world.
· Easier refactoring and exploration. Script development could benefit immensely from the refactoring, and class browsing support already present in the IDE and in tools such as .NET Reflector. Both lend themselves to having a more manageable code base over time.
· Ability to generate documentation. Again doc-comments from C# and the existing infrastructure could be leveraged here.
· Ability to customize the script code easily. For example, I'll show debug vs. release and minimization below. The same idea could apply to building a version of the script that had more error checking or logging built in when you do need to run diagnostics. The approach could also be used to include instrumentation for the purposes of profiling, measuring code coverage, etc. Another interesting aspect of this project is that it will be able to generate script catering to multiple script profiles such as the current Javascript language, as well as Javascript 2 when it appears.
Más información en http://www.nikhilk.net/ScriptSharpIntro.aspx.
Saludos
El Bruno