> Is JScript ECMA compliant?
Not exactly, but mostly. MS created it once, because they wanted to create JavaScript plus the all-object for their browser, which is very similiar to the Document Object Model. Netscape didn't agree and MS had to rename it the JScript. However JScript.Net has .net optimisations to allow namespaces, classes, etc. To take advantage of mono, your compiler would have to do the same, so why not just stay compatible with JScript.net? PS: Please keep public messages on the list, they could be helpful for others. Johannes > > Tony > > --- Guenther Roith <[EMAIL PROTECTED]> wrote: > > > All, > > > > > > New to the list, but I just wanted everyone to > > know > > > that I am starting a project to port the Rhino > > > (Javascript) code to C#. I have been doing Java > > > development for over 6 years and when I took a > > look at > > > Mono, I decided that I needed to learn the syntax > > of > > > C#. It is ridiculously similar to Java so it > > should > > > not be a problem. Plus, I needed something > > besides > > > "Hello World" programs to get my feet wet. > > > > Although, I don't want to discourage you, what I > > would like to see would be > > a JS compiler, compatible with JScript.Net, that > > makes use of the > > Microsoft.JScript runtime, instead of creating a new > > one. > > > > Johannes > > > > > ===== > Tony A. Mendoza > UNIX Engineer > [EMAIL PROTECTED] > > __________________________________________________ > Do You Yahoo!? > Yahoo! Autos - Get free new car price quotes > http://autos.yahoo.com > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
