LPython 0.22 Released For Ahead-Of-Time Compiler For Python

Written by Michael Larabel in Programming on 10 July 2024 at 11:04 AM EDT. 17 Comments
PROGRAMMING
LPython is an in-development open-source project aiming to be a very fast Python compiler with multiple back-ends. Released this week was LPython 0.22 as the latest step in this crusade.

LPython continues striving to be a great ahead-of-time compiler for Python that is written in C++ and aims for optimal performance across platforms as well as aspiring to be able to transform Python code into other languages like C++ and Fortran.

LPython logo


The LPython 0.22 release has fixes to its LLVM and WebAssembly back-ends, a new "--jit" option to execute the Python code without creating an executable file, new built-in functions support, compile-time support for more Python language features, an interactive shell implementation, an improved CLI experience, and dozens of other fixes and minor enhancements.

Those wanting to learn more about the LPython 0.22 feature release for this AOT-focused Python compiler can do so via GitHub.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week