Active development · v0.2.2
Code that reads like you think.
code-lang is a general-purpose interpreted language built in Rust — fast to learn, with first-class functions, structs, enums, destructuring, and a complete standard library.
12stdlib modules
100+built-in functions
Rustinterpreter core
MITlicense
See it in action
Why code-lang
Everything you need, nothing you don't.
12 built-in modules — import any of them with a single line:
Roadmap
What's coming next.
The interpreter is stable. The toolchain — formatter, install script, CI — has shipped. Editor support is next.
Install
One command installs both code-lang and code-lang-fmt into ~/.code-lang/bin. Pre-built binaries for Linux and macOS — no Rust or compiler required.
Linux
curl -fsSL https://raw.githubusercontent.com/Walon-Foundation/code-lang/main/install.sh | shBuilding from source? See the full install guide →