IoLanguage/io
Io programming language. Inspired by Self, Smalltalk and LISP. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6767
- days_rel: n/a
- days_push: 18
- n_releases_24m: 0
Adoption not part of the score
2790 stars · 310 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Io is a small, dynamic prototype-based programming language implemented in C, inspired by Self, Smalltalk, Lisp, and Lua, where everything is a message send and concurrency is built on actors and futures. The VM now targets WebAssembly/WASI by default, running under wasmtime, Node.js, or in the browser with a REPL and an Io↔JavaScript bridge.
Use cases
- learn prototype-based programming
- embed a small scripting language in a C application
- run a scripting language in the browser via WebAssembly
- experiment with actor and future-based concurrency
- build DSLs with runtime-inspectable message trees
- study minimal language design
When to choose
- you want a tiny, conceptually unified language with minimal syntax
- you need runtime introspection and code-as-data (message trees)
- you want prototype-based objects with differential inheritance
- you want a language that runs in WASI hosts or the browser
When to avoid
- you need a large ecosystem or standard library
- you need raw throughput for production workloads
- you need a well-tested, production-hardened WASM target (still early-access)
- your team requires mainstream tooling and hiring pool
Facets
cli-tool · maturity active
interpreter programming-language concurrency programming-languages compilers wasm browser cross-platform c prototype-based actors futures wasi small-language lisp-inspired self-inspired browser-repl programming-language
4 sources
- readme: https://github.com/IoLanguage/io · fetched 2026-08-28 · 8f02a5507e2c
- homepage: http://iolanguage.org · fetched 2026-08-29 · 0e7affe0f3b1
- site_page: https://iolanguage.org/docs/index.html · fetched 2026-08-29 · 8d27f47051e2
- site_page: https://iolanguage.org/FAQ/index.html · fetched 2026-08-29 · 21bc6ef7c327
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| IoLanguage/io | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem