A compiler that transpiles Clojure syntax to C code. The goal is to provide Clojure's expressive syntax while generating idiomatic, zero-overhead C.
- Thin layer over C — The language is C with Clojure syntax, not a new language
- No magic — What you write is what you get; no hidden allocations, no implicit runtime