Python DSL for system programming with manual memory and linear types
Linear types and LLVM IR bring C-level safety to Python syntax.
PythoC is a Python DSL compiler that compiles statically-typed Python to LLVM IR, providing C-equivalent runtime capabilities with Python syntax and compile-time metaprogramming.
C runtime + Python metaprogramming: pointer math and manual memory in Python syntax.
Systems programmers, compiler enthusiasts, performance-critical Python users
Cython · Mojo · Nim
Linear types and LLVM IR bring C-level safety to Python syntax.
Python-to-Nim transpiler with ctypes-backed types when Cython and Numba already exist.
Finally, a Python DSL that outputs real Excel formulas instead of baked values.
Python code compiles to real Excel formulas with automatic dependency graphs.
Genetic-algorithm superoptimizer pushes LLVM beyond what Numba achieves on numeric loops.
Python-to-Nim transpiler competing with Cython, Numba, and PyPy.