3 ms·
LLMs are ungodly good at Rust, and I say this as a 10-year veteran of the language. My problem is that now iteration with LLMs is so quick when prototyping new
by echelon 21d ago
LLMs are ungodly good at Rust, and I say this as a 10-year veteran of the language.
My problem is that now iteration with LLMs is so quick when prototyping new things that I now spend an inordinate amount of time waiting on agents to compile Rust and run tests. It's a huge slow down.
I still want to serialize production logic to Rust (and TypeScript for the frontend as the WASM for frontend ecosystem isn't there yet), but it's really slow to iterate. I'm starting to build prototypes in Golang now and then convert them to Rust when I'm done.
Hopefully the Rust team makes strides over the coming years to address this. I know they have a lot of irons in the fire for many speedups.