[Mono-list] Javascript and Mono

Miguel de Icaza miguel@ximian.com
04 Jan 2003 21:34:06 -0500


Hello,

> Where exactly do we want to add this (also with regards to implementing 
> Microsoft.JScript) - directory?.
> Do we want to add this 'as' Microsoft.JScript, or do we want to 'glue' 
> this in with a Microsoft.JScript wrapper that calls JANET?

Initially, we should host Janet on its own module, for the sake of
keeping it on its own release schedule.

Once it matures, we can probably move it into `mcs/class/Janet', and
then put the bridge/compatibility classes in
mcs/class/Microsoft.JScript.

Miguel.