From: Joshua F. <jo...@jo...> - 2002-06-11 06:45:49
|
I have had problems when I wrote an EJB in Python, then compiled it with jythonc. I think it has to do with the extensive code generation and dynamic method calls by the app-server. Other than that, Jython has amazingly seamless integration with Java. As for .NET, Jython is living proof that the JVM can host multiple languages, contradicting the MS claim about .NET's superiority over Java in providing multi-language support as opposed to Java's alleged one-language support. Jython can run any Python code (if libraries are available ), without restriction on syntax, whereas .NET can run only modified versions of many languages (I don't know about Python). Does anyone know the current status of Python .NET? Is it ready for use? Can it be tried without buying Visual Studio .NET? > Date: Sun, 9 Jun 2002 23:29:19 -0700 (PDT) > From: Robert Hanlin <fin...@ya...> > Subject: [Jython-users] Jython sharp edges > I'm researching Jython, because I'm being a bit of a > local evangelist, but must find out the sharp places. > Where you sense the need to drop back into Java. > What parts of Jython really seem to not work properly, > or frustrate you the most? Java has a few such > places, so no big deal if Jython has them. > And sort of on the side, is interest waning as people > are excited in Python.NET? |