tj/luna resource
luna programming language - a small, elegant VM implemented in C observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived 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: 5571
- days_rel: n/a
- days_push: 3156
- n_releases_24m: 0
Adoption not part of the score
2447 stars · 146 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Luna is a small, elegant programming language with a VM implemented in C, featuring static typing with inference and coroutine-based concurrency. It is an early work-in-progress that currently only lexes, parses, and builds an AST - it cannot execute code yet.
Use cases
- study how a language VM and compiler are implemented in C
- explore programming language design and contribute to a new language
- learn about lexers, parsers, and AST construction
- experiment with statically typed scripting language syntax
- understand coroutine-based concurrency design
When to choose
- you want to read a small (~2000 SLOC) codebase to learn VM/compiler internals
- you want to participate in designing a new language from the ground up
- you need a minimal reference implementation of a lexer, parser, and AST
When to avoid
- you need a language that actually runs code - Luna cannot execute programs yet
- you need a production-ready or stable language for real projects
- you need a mature toolchain, libraries, or ecosystem
- you need a maintained project - development appears stalled since 2018
Facets
learning-resource · maturity experimental
programming-language interpreter parser compiler programming-languages compilers developer-tools cpp cli virtual-machine coroutines statically-typed repl work-in-progress linux macos
1 source
- readme: https://github.com/tj/luna · fetched 2026-08-28 · d5685a1d5b0c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tj/luna | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem