13 lines
363 B
Markdown
13 lines
363 B
Markdown
# Nir
|
|
|
|
A compiled, metaprogrammable systems language with Scheme semantics.
|
|
|
|
- Native code via QBE backend
|
|
- Lisp macros that compile to zero-overhead machine code
|
|
- Two-zone memory model: managed GC + explicit arena allocation
|
|
- DSLs as first-class language constructs
|
|
|
|
**Status: Early development**
|
|
|
|
[Documentation](https://nirlang.org) | [License: Apache 2.0]
|