Description
Python-like programs can be compiled with LLVM for high-performance native execution. It is useful for developers who want Python syntax with lower runtime overhead for numerical, systems, or performance-sensitive workloads.
Compiled Python alternatives may not match every CPython behavior or package expectation. Test compatibility before moving existing projects to this compiler.