[Mono-dev] Managed javascript

Atsushi Eno atsushi at ximian.com
Tue Jan 20 08:01:08 EST 2009


I'm totally unsure if it fits your need, but a friend of mine has a
C++ based Javascript compiler for embedded use.
It chooses CIL as its intermediate byte code representation (with some
extension for its own use, but I heard that it can be removed), so
it might be reusable for Mono. Though it is still in development and
lacks some features such as closure support.
http://criscript.com/trac

Atsushi Eno


Damien wrote:
> Hi,
> 
> I am trying to find a way to add javascript entry points into my
> app... I have found Microsoft.Vsa namespace (with JScript and VB) on
> windows, and mjs for mono...
> Microsoft's Vsa is deprecated, and mjs seems to be inactive since a long time...
> Rhino + IKVM seems heavy and hard to use...
> 
> Does anyone know if there exists a javascript compiler/interpreter
> (opensource if possible) I can use to add javascript scripting into my
> app ?
> 
> Thanks.
> 
> Damien
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 



More information about the Mono-devel-list mailing list