
Compiler (language) that I've been working on for a while. I'd love to get some feedback on it.
u/EpidermisAmbulator — 2 hours ago

Posting here because the compiler internals might be interesting to this sub.
Nucleor is a Rust-adjacent systems language; the compiler is written in Nucleor and self-hosts. I focused on compile times throughout the build, features sub 4 second cold compile although I do have a pathway to sub 3 seconds as well. That is under development still.
I'd love to get some feedback on the design and potentially build / collaborate on something useful and cool 😎.