[Mono-dev] Managed javascript

Christian Birkl christian.birkl at gmail.com
Tue Jan 20 12:24:54 EST 2009


Hi Damien,

some time ago I took the rhino source code (Rhino 1.6R5) and
"transformed" it into c# (no compiler, just the runtime and the
interpreter). The result is available in a public google repository at
http://code.google.com/p/ecmascript-net/. You can give it a shot,
perhaps it fits into your app.

Although it's kind of stable (runs JS code up to version 1.5 pretty
well), it misses a lot of patches made to the rhino repository since
its initial creation and isn't actively developed.

If you are not tied to javascript, perhaps boo, a python inspired
language (http://boo.codehaus.org/) may be a valid choice.

Christian


More information about the Mono-devel-list mailing list