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

JIT Compiled

ARM64 and x86-64 JIT compilation for native performance.

AI

AI & ML Ready

OpenAI, Gemini, Ollama, ONNX, and OpenCV libraries built in.

FN

OOP + Functional

Generics, closures, lambdas, first-class functions, and reflection.

NLP

Text Processing

Tokenization, TF-IDF, text similarity, and sentiment analysis.

NET

Web & Networking

HTTP client/server, TLS, OAuth, JSON, XML, and CSV support.

DEV

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