Rust

Rust

All who enter do not return

  • check memory safe
  • check low/high level
  • check very cool
  • check join us
Link To Item
Not an affiliate link!

On top of being a language with "memory safety" or whatever that means, it's also a modern language built on top of all the learnings of the previous ones. Its design just makes sense in so many areas.

Algebraic types, HOF chaining, expression flow control, immutability by default!

So many things I wished for in a language exist in rust.