Skip to content
Snippets Groups Projects
Unverified Commit bb900712 authored by Carl Bordum Hansen's avatar Carl Bordum Hansen Committed by GitHub
Browse files

Remove VOC reference (93333)

VOC has been archived by the BeeWare project, and they are instead
embedding CPython, rather than transpiling to Java bytecode.
parent eb618d5f
Branches
Tags
No related merge requests found
...@@ -324,8 +324,7 @@ Can Python be compiled to machine code, C or some other language? ...@@ -324,8 +324,7 @@ Can Python be compiled to machine code, C or some other language?
`Cython <http://cython.org/>`_ compiles a modified version of Python with `Cython <http://cython.org/>`_ compiles a modified version of Python with
optional annotations into C extensions. `Nuitka <http://www.nuitka.net/>`_ is optional annotations into C extensions. `Nuitka <http://www.nuitka.net/>`_ is
an up-and-coming compiler of Python into C++ code, aiming to support the full an up-and-coming compiler of Python into C++ code, aiming to support the full
Python language. For compiling to Java you can consider Python language.
`VOC <https://voc.readthedocs.io>`_.
How does Python manage memory? How does Python manage memory?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment