Hacker News new | ask | show | jobs
by bendotc 5261 days ago
For more info, the main website is at: http://www.rust-lang.org/

They recently added a tutorial: 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), which cover some of the same ground as both C++ classes and inheritance as well as Haskell's typeclasses.

1 comments

> as well as Haskell's typeclasses

But lexically scoped, thankfully.