Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 453 Bytes

index.rst

File metadata and controls

22 lines (17 loc) · 453 Bytes

About VOC

VOC is a transpiler that takes Python 3.4+ source code, and compiles it into a Java class file that can then be executed on a JVM.

It honors Python 3.4+ syntax and conventions, but also provides the ability to reference objects and classes defined in Java code, and implement interfaces defined in Java code.

.. toctree::
   :maxdepth: 1
   :glob:

   community
   faq
   install
   releases
   roadmap