← Back to context

Comment by bwestergard

21 days ago

Do you think Rust will end up getting a boost from LLM adoption?

It definitely has for me! I just replied to the parent explaining why.

Tl;Dr I don't mind reading rust I hate writing it and the compiler meets me in the middle.

  • Same here. I had to do a lot of being in the loop with Python, but with rust - compiler gives Claude all the information it may need and then it figures things out without me.

    Writing rust scares me, but I can read it just fine. I've come up with super masochistic linting rules that claude isn't allowed to change and that has improved things quite a bit.

    I wish there was a mature framework for frontend that can be configured to be as strict as rust.