lcompilers/lpython
Python compiler observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 56
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1708
- days_rel: n/a
- days_push: 265
- n_releases_24m: 0
Adoption not part of the score
1630 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LPython is an ahead-of-time Python compiler written in C++ that compiles a subset of Python to fast native binaries via LLVM, C, C++, and WASM backends. It focuses on high performance for numerical and array-oriented code, with JIT support and CPython interoperability.
Use cases
- compile python code to fast native binaries
- speed up numerical and array-oriented python code
- transpile python to c++ or fortran
- run python in the browser via wasm
- jit-compile python functions with a decorator
- get better compiler diagnostics for python
When to choose
- you need maximum performance from type-annotated numerical Python code
- you want to compile Python to native binaries or other languages
- you want to experiment with a novel retargetable Python compiler
When to avoid
- you need full Python compatibility including all libraries today
- you need a production-stable toolchain
- your code relies heavily on dynamic Python features not yet supported
Facets
cli-tool · maturity experimental
compiler interpreter developer-tools programming-languages compilers performance developer-tools windows wasm cpp python-compiler ahead-of-time llvm jit high-performance-computing numerical-computing transpiler compiler linux macos
2 sources
- readme: https://github.com/lcompilers/lpython · fetched 2026-08-28 · b8daf7cca4ea
- homepage: https://lpython.org/ · fetched 2026-08-29 · b3eaaefaf7cc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lcompilers/lpython | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="lcompilers/lpython")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem