[Mono-list] python scripting

Miguel de Icaza miguel@ximian.com
21 Oct 2001 16:20:50 -0400


> adapt existing jython (www.jython.org) code.
> * that would require only time to port from java to c#.

That would work.

> * no need to re-invent python
> * drawbacks:
>   * no nice way to use python classes from c#

You could just "recompile" your Python classes with the Jython port
and they would be available.

Another path would be to take an existing free Java compiler, for
example Guavac or one written in Java preferably and modify it to
generate CIL output instead of JVM byte codes.  

You could use the recently released J# compiler from Microsoft to
quickly bootstrap your own J# and then we could get a lot of software
from the Java world ported over.

Miguel.