|
|
|
|
|
by jfkebwjsbx
2171 days ago
|
|
You were talking about the borrow checker, which is mainly about memory safety, not memory limit issues. In Python, C#, Java, JS... you are memory safe without dealing with memory management nor a borrow checker. There are many languages running on top of those VMs for all kinds of tastes (OOP, functional, strict type systems, loose ones...). Claiming Rust leads to more robust software than any of those is an exceptional claim, but even if that were true, the key is the development cost. |
|