Jython: Difference between revisions

26 bytes removed ,  12 years ago
m
Link to CPython.
(Test edit)
m (Link to CPython.)
 
(One intermediate revision by the same user not shown)
Line 1:
{{implementation|Python}}
An implementation of [[Python]] for the [[JVM|Java Virtual Machine]].[[runs on vm::javaJava virtual machine|Virtual Machine]].
 
Jython is the successor to JPython. The Jython project was created in accordance with the CNRI JPython 1.1.x license, in order to ensure the continued existence and development of this important piece of Python software. The intent is to manage this project with the same open policies that are serving [[CPython]] so well.<ref>http://wiki.python.org/jython/JythonFaq/GeneralInfo#WhatisJython.3F</ref>
 
JPython is an implementation of the Python programming language which is designed to run on the Java(tm) Platform. It consists of a compiler to compile Python source code down to Java bytecodes which can run directly on a JVM, a set of support libraries which are used by the compiled Java bytecodes, and extra support to make it trivial to use Java packages from within JPython. JPython has been renamed and superseded by Jython. <ref>http://wiki.python.org/jython/JythonFaq/GeneralInfo#WhatisJPython.3F</ref>
Anonymous user