Описание тега script#

Script# is a free tool that generates JavaScript by compiling C# source code.

Script# exists to bring "the power and productivity of C# and.NET tools" to JavaScript development. It was authored by Nikhil Kothari, a Microsoft employee, and is reputed to be used extensively in Microsoft projects such as Windows Live and Office 365.

The project is an open source tool (github project). Script# generally supports the features of C# present in.NET 2.0. It is not intended for porting.NET code, but rather for writing web code with the static typing and Visual Studio support of C#.

Its closest competitor is a commercial product named SharpKit which claims more recent/complete language support.