Skip to content
All posts
·1 min read

Script# - C# compiled into Javascript

This might sound familiar to you, the idea of writing an Object Oriented code, that allow compile-time checking, and good code design, that is then compiled…

This might sound familiar to you, the idea of writing an Object Oriented code, that allow compile-time checking, and good code design, that is then compiled into a script code was introduced by Macromedia at 2003 with Flash 7 and it's shiny new Actionscript 2.0, but, AS2, with all the respect is not as complete as C#.

Script# does the same for Javascript, it lets you leverage the power of C# with it's Object Oriented abilities and compile it into a clean and readable Javascript.
The new Script# version 0.2.0.0 now have added support for WPF/E.

Learn more about it…

There is a similar OS tool named Google Web Toolkit that appearntly does similar things for Java and Javascript.

Comments (3)

Imported from the original blog

David RDec 14, 2006

See also this product, which compiles C# code into SWFs:
http://www.globfx.com/produ...

Also there is haXe, which can compile into javascript or SWF:
http://haxe.org/

guyaDec 14, 2006

Thanx David, Haxe indeed looks very interesting.

xiao77May 30, 2007

Thanks for your collection.