C# -> JavaScript


Joe had asked me recently if I thought I might want to make a tool that compiles C# into JavaScript.  I might want to futs with something like that, but fortunately I don’t have to any time soon.  There’s already a tool called script# that does just that.  This is a pet project of Nikhil Kothari and is definitely a must see.  I plan on messing with this in the near future with the goal of covering client code with nunit testing and rendering the business rules related client side scripts during the build.

 Here’s a link to the project: http://projects.nikhilk.net/Projects/ScriptSharp.aspx

Ugh……’Fun with JavaScript – Part 0′