Talk:JScript .NET: Difference between revisions

Content deleted Content added
No edit summary
Line 3:
That's just completely wrong! JScript is based on JavaScript which is a completely different type of language than Java.
 
 
JavaScriptJScript is untyped Java is strongly typed
JavaScript has closures, Java does not
 
JavaScript has mutable objects like Self, Java has static objects
JavaScriptJScript canhas create new functions at run timeclosures, Java candoes not
 
JavaScript has first class functions, Java does not
JavaScriptJScript has mutable objects like Self, Java has static objects
 
JScript can create new functions at run time, Java can not
 
JavaScriptJScript has first class functions, Java does not
 
About the only thing JScript has in common with Java is curly braces.