albertodemichelis/squirrel
Official repository for the programming language Squirrel observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 69
- Release rhythm 8
- Longevity 100
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: 3908
- days_rel: n/a
- days_push: 187
- n_releases_24m: 0
Adoption not part of the score
1052 stars · 193 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Squirrel is a high-level imperative, object-oriented scripting language implemented in C++, designed to be lightweight enough to embed in applications like video games. It includes both a compiler and virtual machine (~7k lines of C++) with an embedding API inspired by Lua, supporting classes, coroutines, generators, and automatic memory management.
Use cases
- embed a scripting language in a game engine
- lightweight Lua alternative with C-like syntax
- script game logic with classes and coroutines
- embed a small interpreter in a C++ application
- run user-defined scripts with low memory overhead
When to choose
- you need a tiny embeddable scripting VM (~100-150kb) for a game or C++ app
- you want Lua-like embedding with C/C++/Java-style syntax
- real-time constraints rule out heavier scripting runtimes
When to avoid
- you need a large ecosystem of libraries and package management
- general-purpose application development outside embedding scenarios
- you need first-class community tooling, linters, or modern IDE support
Facets
cli-tool · maturity stable
interpreter compiler programming-language programming-languages embedded-systems cpp windows cross-platform embedded scripting-language virtual-machine lua-alternative embedding-api lightweight programming-language game-development linux
2 sources
- readme: https://github.com/albertodemichelis/squirrel · fetched 2026-08-28 · 515eed3c1f98
- homepage: http://www.squirrel-lang.org · fetched 2026-08-29 · a0b2b639a11c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| albertodemichelis/squirrel | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="albertodemichelis/squirrel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem