|
|
|
|
|
by SIRHAMY
67 days ago
|
|
Anecdotally I think AI is quite good at langs with lots of training data: C#, TypeScript Rust. I also think it's much better with languages with more guardrails and clear syntax: think expressive types (sum types), brackets, and linters / compile checks. Rust has expressive types and lots of compile checks to avoid classes of bugs via ownership / lifetimes and I think makes it a very good tool for agents to use. |
|