|
|
|
|
|
by erik-kallen
5038 days ago
|
|
JSIL is also great, but its philosophy is that yo write .net code and run it in the browser, whereas Saltarelle's (and Script#'s) is that you write Javascript but with better tools. Also, the script that JSIL generates is very far from what you would write by hand, whereas that generated by Saltarelle/Script# can be distinguished from hand-written script primarily because the indentation is always correct and there is never an accidental loose comparison operator. |
|
Another question, did you do any performance comparisons of Saltarelle? (to normal C# builds, to JSIL, or anything else?)