Version 0.1: Now Available
Vexel compiles to native machine code via LLVM, includes automatic garbage collection, and ships with first-class SDL2 support for games and graphics.
Windows x64, Linux and macOS coming soon
Compiles to machine code via LLVM: the same backend powering Clang, Rust, and Swift.
Indentation-based, English-readable syntax. If you know Python, you already know Vexel.
First-class SDL2 integration. Open a window, draw sprites, handle input: out of the box.
Automatic memory management via a mark-and-sweep runtime. No malloc, no free.
Select an example to explore the language.
fn main():
print("Hello, World!") Vexel is free, open source software. Contributions, bug reports, and discussion are welcome.