DEV Community

Discussion on: Oh no! All languages are being erased - you can only save one - what is it?

Collapse
 
baenencalin profile image
Calin Baenen • Edited

Rust.
Like C with low-level memory management.
Unlike C it also lets you store metadata in enum variants, it has methods and associated functions (static methods), has automatic "garbage collection", versitile type structures, and many more conveniences.