m00ninite
· 2w
Interesting. I'll admit, I don't know what rust code looks like, just C and its derivatives. Do you have any thoughts on why LLMs might do a better job here?
File structure. C derivatives require header files and rust doesn't, a module is a single file. That makes it easier for computers and humans to keep what they need in their context window.
Also rust error messages are way more clear and helpful.
⚡1