'. '

Rust

From APIDesign

(Difference between revisions)
Jump to: navigation, search

JaroslavTulach (Talk | contribs)
(New page: Rust is a modern successor of C - a low level ''system'' programming language without Garbage Collection, but with memory safety! That saf...)
Next diff →

Revision as of 05:59, 26 March 2022

Rust is a modern successor of C - a low level system programming language without Garbage Collection, but with memory safety! That safety comes from a strict linear type system - the strongest, but also hardest to use thing in Rust. I am just trying to rewrite my Sieve of Eratosthenes to Rust and it is almost impossible without reading Too Many Lists book. Will spending days of studying to implement something as trivial pay off?

Personal tools
buy