Skip to content

Commit 3a62701

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. (cherry picked from commit bb90071) Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
1 parent 5024a9b commit 3a62701

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/faq/design.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,7 @@ Can Python be compiled to machine code, C or some other language?
324324
`Cython <http://cython.org/>`_ compiles a modified version of Python with
325325
optional annotations into C extensions. `Nuitka <http://www.nuitka.net/>`_ is
326326
an up-and-coming compiler of Python into C++ code, aiming to support the full
327-
Python language. For compiling to Java you can consider
328-
`VOC <https://voc.readthedocs.io>`_.
327+
Python language.
329328

330329

331330
How does Python manage memory?

0 commit comments

Comments
 (0)