zlacker

[return to "Nerd: A language for LLMs, not humans"]
1. gnanag+d[view] [source] 2026-01-01 01:15:17
>>gnanag+(OP)
Creator here. This started as a dumb question while using Claude Code: "Why is Claude writing TypeScript I'm supposed to read?"

40% of code is now machine-written. That number's only going up. So I spent some weekends asking: what would an intermediate language look like if we stopped pretending humans are the authors?

NERD is the experiment.

Bootstrap compiler works, compiles to native via LLVM. It's rough, probably wrong in interesting ways, but it runs. Could be a terrible idea. Could be onto something. Either way, it was a fun rabbit hole.

Contributors welcome if this seems interesting to you - early stage, lots to figure out: https://github.com/Nerd-Lang/nerd-lang-core

Happy to chat about design decisions or argue about whether this makes any sense at all.

◧◩
2. wmoxam+22[view] [source] 2026-01-01 01:29:41
>>gnanag+d
> 40% of code is now machine-written

How did you arrive at that number?

◧◩◪
3. gnanag+w2[view] [source] 2026-01-01 01:34:28
>>wmoxam+22
Ran a simple test with the examples you find in the project. Will publish those benchmarks.. actually that makes me think, I should probably do a public test suite showing the results. :)
◧◩◪◨
4. wmoxam+V2[view] [source] 2026-01-01 01:38:39
>>gnanag+w2
Ok, now I'm even more confused. 40% of what code is machine written?
◧◩◪◨⬒
5. gnanag+hW8[view] [source] 2026-01-04 03:29:37
>>wmoxam+V2
Check this out: https://www.nerd-lang.org/recipes
[go to top]