Contribute Media
A thank you to everyone who makes this possible: Read More

LPython: Novel, Fast, Retargetable Python Compiler

Description

We are developing a modern open-source Python compiler called LPython (https://lpython.org/) that can execute user's code interactively in Jupyter to allow exploratory work (much like CPython, MATLAB or Julia) as well as compile to binaries with the goal to run user's code on modern architectures such as multi-core CPU, GPU, as well as unfamiliar, new architectures like GSI's APU, which features programmable compute-in memory. We aim to provide the best possible performance for numerical array oriented code. The compiler itself is written in C++ for robustness and speed.

Details

Improve this page