On 01/27, Etienne Robillard wrote:
Hi,

I want to compile a Django application into a C source file and embed a JIT compiler into the binary. Is there any way of doing this with llvm/clang?

Hi Etienne,

I think no, Django will use Python and this one is interpreted.
Answer, no...

Now, you could try to create a wheel file with your django project and
try that, but it is really complex.

Why do you want to package a Django app into a C file with a compiler?




--
Stéphane Wirtel - http://wirtel.be - @matrixise
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to