5 ms·
I like using Odin with LLMs for this. it's a simple statically typed language with no GC and very fast compile
by talloaktrees 2mo ago
I like using Odin with LLMs for this. it's a simple statically typed language with no GC and very fast compile
- jjice 2mo agoBut 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.