LPython 0.22 Released For Ahead-Of-Time Compiler For Python
([Programming] 56 Minutes Ago
LPython 0.22)
- Reference: 0001477032
- News link: https://www.phoronix.com/news/LPython-0.22-Released
- Source link:
LPython is an in-development open-source project [1]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.
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 [2]GitHub .
[1] https://www.phoronix.com/news/LPython
[2] https://github.com/lcompilers/lpython/releases/tag/v0.22.0
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.
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 [2]GitHub .
[1] https://www.phoronix.com/news/LPython
[2] https://github.com/lcompilers/lpython/releases/tag/v0.22.0
Ironmask