this post was submitted on 26 Nov 2021
1 points (100.0% liked)

Rust Programming

8438 readers
26 users here now

founded 5 years ago
MODERATORS
 

Is Rust the first language to feature this borrow checker, memory safe without garbage collection concept? What other languages are there that accomplish the same things memory wise?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 3 years ago* (last edited 3 years ago)

Rust takes inspiration from substructural type systems. I think most of these languages will be able to implement affine and linear types.