Non-random thoughts.

2009-10-27

GWT for C#

Found an interesting project the other day, basically GWT for c#. Except, the cool thing about it is that it does not generate javascript directly from the c#-code (as Script# does), instead it generates javascript the MSIL-bytecode, meaning you can theoretically write in any language that compiles to MSIL (VB.Net, IronPython, Boo). Also, the project states that is should be possible to debug the compiled code inside Visual Studio, something that afaik Script# cannot do.

Here you can find the initial announcement on the Alt.Net yahoo group.

No comments: