LPython https://lpython.org/ Recent content on LPython Hugo -- gohugo.io en-us Fri, 28 Jul 2023 00:00:00 +0000 LPython: Novel, Fast, Retargetable Python Compiler https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/ Fri, 28 Jul 2023 00:00:00 +0000 https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/ About LPython is a Python compiler that can compile type-annotated Python code to optimized machine code. LPython offers several backends such as LLVM, C, C++, WASM, Julia and x86. LPython features quick compilation and runtime performance, as we show in the benchmarks in this blog. LPython also offers Just-In-Time (JIT) compilation and seamless interoperability with CPython. We are releasing an alpha version of LPython, meaning it is expected you encounter bugs when you use it (please report them!