Client Side C# - Script#

time to read 1 min | 110 words

Nikhil has implemented a C# to javascript/ajax compiler. It looks very interesting. I got a request just like this one just a few days ago.

Being able to write Ajax in a strongly typed langauge is going to have a huge affect on the cost of using it, in my opinion. Especially if it produce valid javascript for all browser. (And from what I have seen, it does).

The killer application for this would be to be able to debug the C# code, of course. But I wouldn't like it, since it would be too many layers of indirections :-)