Code Fast, Run Faster 👟
A modern, JIT-compiled language with first-class support for AI, ML, and computer vision. Cross-platform on Linux, macOS, and Windows — including ARM64.
class Hello {
function : Main(args : String[]) ~ Nil {
"Hello World"->PrintLine();
values := [1, 2, 3, 4, 5];
squares := values->Map(Int)->Do(\(v) => v * v);
squares->Each(\(v) => v->PrintLine());
}
}
Language Highlights
JIT Compiled
ARM64 and x86-64 JIT compilation for native performance.
AI & ML Ready
OpenAI, Gemini, Ollama, ONNX, and OpenCV libraries built in.
OOP + Functional
Generics, closures, lambdas, first-class functions, and reflection.
Text Processing
Tokenization, TF-IDF, text similarity, and sentiment analysis.
Web & Networking
HTTP client/server, TLS, OAuth, JSON, XML, and CSV support.
Developer Tools
REPL, LSP for VSCode/Sublime/Kate, debugger, and code docs.
Cross-Platform
Linux x64
Linux ARM64
macOS ARM64
Windows x64
Windows ARM64
Raspberry Pi