Highlights
Python implementations
A language toolchain for explicitly typed annotated Python. 🐍
Self-compiling compiler of a Python subset. Just enough Python to Python in Python.
TMPPy is a subset of Python that can be compiled to C++ meta-functions using the py2tmp compiler.
Ahead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM.
A Python bytecode compiler and bytecode generator.
pylibjit, a Python library for compiling Python functions
A simple template jit compiler for a subset of Python
Early experiments with a JIT compiler for CPython using the LLVM framework. This code is here only for historical purposes.
A Python byte code VM written entirely from scratch in JavaScript with some unique features.
A Python Virtual Machine implemented in Rust. For learning purposes.
alternative python vm, example of lwc code (not mine, just saved)
archive of pyvm.git (last push: version 2.1). includes "lightweight C++" in pyvm/lwc dir.
Grumpy is a Python to Go source code transcompiler and runtime.
Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
Grumpy is a Python to Go source code transcompiler and runtime.
Generating machine code at runtime (aka JIT) using Pycopy (small Python dialect)
A Python implementation of the C Python Interpreter
A fork / branch of Python 2.6 focussing on performance. My branches (cloned from Google Code SVN) including regular expression JIT work.
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Snakes on rbx-head. A Python implementation for the Rubinius VM







