Downloadliste

Projektbeschreibung

Jython is a Java implementation of the Python programming language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is a very seamless and smooth integration with Java: from Python you have complete access to all Java libraries, can build applets, can integrate with Java beans, and can subclass Java classes in Python and vice versa. Like Python, and unlike Java, Jython can also be used interactively: just type some Jython code at the prompt and see the results immediately.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-28 05:34
2.2

Dies ist die erste stabile Version von Jython in fast 6 Jahren und ist mit ihm auf einer Ebene, um die Sprache Release 2.2 von Python. Es enthält viele wichtige neue Features von 2.1: new-Style-Klassen, Java List Integration, PEP 302 Durchführung, Iteratoren, Generatoren, __future__ Abteilung, die Unterstützung für den Betrieb auf modernen JVMs, einen neuen Installer, SSL-und Non-Blocking-Unterstützung für Sockel. Zusätzlich zu diesen Funktionen wurden viele Fehler in der Zwischenzeit behoben.
Tags: Major feature enhancements
This is the first stable release of Jython in nearly 6 years, and is equivalent at a language level to the 2.2 release of Python. It contains many major new features from 2.1: new-style classes, Java List integration, a PEP 302 implementation, iterators, generators, __future__ division, support for running on modern JVMs, a new installer, SSL and non-blocking support for socket. In addition to these features, many bugs have been fixed in the meantime.

2002-01-03 19:03
2.1

Diese Version ist mit Python 2.1.1 kompatibel.
Tags: Major feature enhancements
This version is compatible with Python 2.1.1.

2001-01-30 15:13
2.0

Neue Features umfassen erweiterte Aufgabenstellung, List Comprehensions, einen erweiterten Import-Anweisung, eine erweiterte print-Anweisung, Unicode reguläre Ausdrücke, java2 Classloader Unterstützung, automatische Entladung Klasse und experimentelle java reload unterstützen.
New features include augmented assignment, list comprehensions, an extended import statement, an extended print statement, unicode regular expressions, java2 classloader support, automatic class unloading, and experimental java reload support.

Project Resources