I'm looking for good engine, capable of translate C# source code to JavaScript-analog.
feedback
|
closed as not a real question by Joe Tuskan, StackUnderflow, Jeff Atwood♦ Oct 6 '11 at 8:45
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
You should be aware, that for many problems/projects, what you are proposing makes little sense. However, if you would like to code your Javascript in C#, this is the best tool I know for the job: http://projects.nikhilk.net/ScriptSharp If you want this because you dislike Javascripts syntax, verbosity, classes, and type rules (or lack thereof); perhaps you should also look at CoffeeScript. CoffeeScript is all the good things in Javascript, and it compiles to Javascript. | |||
|
feedback
|
|
Try Script#. It even has jQuery & unit testing support for JavaScript - from C#. | |||
|
feedback
|
|
Script#: http://projects.nikhilk.net/ScriptSharp Have followed this for a while as it was pretty compelling to me a couple of years ago. The guy is brilliant and its a legit project, check it out. | |||
|
feedback
|
|
Here a list of languages that compile to javascript, including a few c# options. | |||
|
feedback
|