diff --git a/README.md b/README.md index 7f99bb4..fb36608 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# nir +# Nir -Nir Programming Language \ No newline at end of file +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]