specimen no. 3~/cococopi/specimens/corros.cro

a scripting language forged from scratch

repositorygithub.com/CocoCopi/corros
tagslanguage · compiler · vm · self-hosting · aot
languagecorros

about this specimen

The language that builds everything here: its own lexer, bytecode compiler, virtual machine, and an AOT backend that compiles Corros straight to C. Self-hosting — Corros compiles Corros.

fig. 2 — one-line installanywhere corros runs
$ curl -fsSL https://raw.githubusercontent.com/CocoCopi/corros/main/install.sh | sh