Emma Boudreau
Aug 1, 2022

--

You cannot compile an interpreted language, it is that simple...

As far as I know...

You can create Python byte code, which can be distributed, but will still require an interpreter.

You could bundle the language with the byte code and get a compiled app for those with Python installed,

or you could use Cython to convert your Python library to C, and then compile a C application.

These are semantically different from compiling the language, though,

but if you would like to share something else that I might be missing, that would be much appreciated, as I would certainly be interested in learning more.

Also, you do not need to be angry, friend, we are all here for the same thing, which is software. Sending love and positive vibes, and hoping your day gets better. :)

--

--

Emma Boudreau
Emma Boudreau

Written by Emma Boudreau

i am a computer nerd. I love art, programming, and hiking. https://github.com/emmaccode

Responses (2)