The Power Without the Complexity
Write AI, ML, and vision apps in fewer lines of code. Native ARM64 and x86-64 performance. One toolchain across Linux, macOS, and Windows.
use API.Ollama;
class Chat {
function : Main(args : String[]) ~ Nil {
prompt := args[0];
Completion->Generate("llama3:latest", prompt)
->PrintLine();
}
}
Write, compile, and run code in your browser. 33 demos across 7 categories. Quick Start
Introduction to the language with concepts and sample code. AI Developer Guide
OpenAI, Gemini, Ollama, ONNX, and OpenCV with working code examples. API Reference
Full documentation for all supported libraries. 350+ Solutions
Rosetta Code examples compared with other languages. Changelog
Release notes and what's new across every version.
Language Highlights
JIT Compiled
Automatic hot-code detection with ARM64 and x86-64 native compilation. Direct JIT-to-JIT calling and generational GC with bump allocation.
AI & ML Ready
Chat with LLMs, run ONNX models, and process images with OpenCV — all from the standard library.
OOP + Functional
Generics, closures, lambdas, first-class functions, and reflection. One language, both paradigms.
Text Processing
Tokenization, TF-IDF, text similarity, and sentiment analysis out of the box.
Web & Networking
HTTP client/server, TLS 1.3, OAuth, JSON, XML, and CSV. Ship networked apps without extra dependencies.
Developer Tools
REPL, VS Code debugging (DAP), LSP for VS Code/Sublime/Kate, interactive debugger with conditional breakpoints, and API doc generator.