|
|
|
|
|
by sockaddr
108 days ago
|
|
Exactly. Here's my experience using LLMs to produce code: - Rust: nearly universally compiles and runs without fault. - Python,JS: very often will run for some time and then crash The reason I think is type safety and the richness of the compiler errors and warnings. Rust is absolutely king here. |
|
Not wanting to disagree, I am sure with Rust, it would be even more stable.