Y
Hacker News
new
|
ask
|
show
|
jobs
by
talloaktrees
20 days ago
I like using Odin with LLMs for this. it's a simple statically typed language with no GC and very fast compile
1 comments
jjice
19 days ago
But then you have to deal with manual memory management. Not a bad thing, but it's the big win you get from GC languages and Rust.
link