terralang/terra
Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- 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: 13
- age_days: 5091
- days_rel: 19
- days_push: 14
- n_releases_24m: 2
Adoption not part of the score
2906 stars · 210 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language. It allows Lua code to generate, compile, and run Terra code at runtime, combining high-level metaprogramming with C-like performance.
Use cases
- write high-performance system code with Lua metaprogramming
- generate low-level kernels at runtime from Lua
- build DSLs that compile to fast native code
- prototype systems programming concepts interactively
- replace C code generation pipelines with a real language
When to choose
- you want Lua-driven metaprogramming with native performance
- you need runtime code generation for kernels or libraries
- you want a C-like language embedded in a scripting host
When to avoid
- you need a mainstream language with a large ecosystem
- you want a standalone compiler independent of Lua
- your team has no Lua experience
Facets
library · maturity active
programming-language compiler interpreter programming-languages compilers developer-tools windows cpp lua system-programming metaprogramming embedded-language lua low-level jit linux macos
1 source
- readme: https://github.com/terralang/terra · fetched 2026-08-28 · a059b858614e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| terralang/terra | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem