Skip to content

zushilong003/jython3

 
 

Repository files navigation

Jython: Python for the Java Platform

Welcome to Jython 3.5!

This repo is in the very early stages of development of a release of Jython 3.5. Planned goals are language and runtime compatibility with CPython 3.5, along with continued substantial support of the Python ecosystem.

Please see ACKNOWLEDGMENTS for details about Jython's copyright, license, contributors, and mailing lists; and NEWS for detailed release notes, including bugs fixed, backwards breaking changes, and new features.

TODO:

  1. Subclass PyString to BaseBytes class, so that it can share most behaviour with bytearray, rename to PyBytes

  2. Replace most occurrance of PyString with PyUnicode, which are used as string before.

About

Jython 3 sandbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.3%
  • Java 28.6%
  • HTML 0.4%
  • GAP 0.3%
  • Makefile 0.2%
  • Shell 0.1%
  • Other 0.1%