4 ms·
For more info, the main website is at: http://www.rust-lang.org/ http://www.rust-lang.org/ They recently added a tutorial: http://doc.rust-lang.org/doc/tutoria
by bendotc 15y ago
For more info, the main website is at: http://www.rust-lang.org/ http://www.rust-lang.org/
They recently added a tutorial: http://doc.rust-lang.org/doc/tutorial.html http://doc.rust-lang.org/doc/tutorial.html
Of specific interest to language nerds may be the recent addition of interfaces (http://doc.rust-lang.org/doc/tutorial.html#interfaces http://doc.rust-lang.org/doc/tutorial.html#interfaces), which cover some of the same ground as both C++ classes and inheritance as well as Haskell's typeclasses.
- jamii 15y ago> as well as Haskell's typeclasses But lexically scoped, thankfully.