Early preview: syntax, standard library APIs, and tooling may change.

FoundationsIntroduction

Blorp by Example

A concise path through the language, from small runnable programs to systems features.

How To Read This Guide

Each page sticks to a short set of subheads and one focused example. The early pages favor code you can run with blorp run or blorp test.

func main(args: List[String]) -> Void:
	print("Hello, world!") -- prints: Hello, world!

Foundations

Core Data

Program Structure

Safety and Runtime Model

Numerics and Systems

Working Programs