|
|
|
|
|
by marcosdumay
1301 days ago
|
|
Yes, it's a completely clear cut. If you want high level abstractions, well, automatic memory management enables a bunch of abstractions that the Rust developers gave up on long ago. There are languages with many more capabilities than the ones Rust gives you. If you have a high level problem, you don't want to spend your focus on low level issues. |
|
These claims should really come with sourcing. Rust devs have been raising the potential for abstraction in Rust since the initial 1.0 release, most recently with GAT's. What's always been quite hard is zero overhead abstraction, which GC languages simply have no equivalent for.