Documentation

← Home
Io

Guides, tutorial, language reference, and design notes.

Guide

Comprehensive language guide: syntax, messages, objects, control flow, concurrency, and more.

View →

Tutorial

A short, example-driven tour of Io for folks who already know how to program. Each section is a quick REPL session.

View →

Book

The original Io book, organized by chapter.

View →

Reference

Browse every built-in object and method in Io's standard library.

View →

Style Guide

How to write idiomatic Io — naming, formatting, comments, and the patterns used throughout the standard library.

View →

Implementation

How the Io VM is put together, and how to extend it from C.

View →

Technical Notes

Design docs on WASM targeting, stackless evaluation, and future work.

View →