Hacker News new | ask | show | jobs
by TheLegace 4697 days ago
I'm very curious if I can compile static Python code with LLVM and use it on Cortex-M4 microcontrollers.

I have seen some code which compiles Clang to STM32F4 microcontrollers and I have found py2llvm can compile Python into LLVM IR.

I am wondering if it is even worth it, (but according to py2llvm you can get almost C like performance).