FoundationsIntroduction
Blorp by Example

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.

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

Foundations

Core Data

Program Structure

Working Programs

Safety and Runtime Model

Numerics and Systems