The Koi programming language
Latest release »
Koi is a very simple systems language. Both the modern syntax and module system makes low level development more enjoyable. Koi compiles to native x86-64 assembly on Linux and links directly with C libraries.
Install with a single command:
curl -sL https://raw.githubusercontent.com/jesperkha/koi/main/setup.sh | bashgit clone https://github.com/jesperkha/koi.git
cd koi
./install.shFor language documentation, refer to the Koi Wiki.