/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

patshaughnessy.net
| | dehora.net
1.9 parsecs away

Travel
| | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere.
| | ruudvanasseldonk.com
1.4 parsecs away

Travel
| | Monadic error handling is an alternative to exception-based systems that can prevent many programming errors at compile time.
| | blog.ploeh.dk
2.0 parsecs away

Travel
| | Programming languages don't have to have a built-in notion of error handling. You can implement sane error handling from first principles. An introduction for object-oriented programmers.
| | huonw.github.io
18.7 parsecs away

Travel
| An introduction to the low-level details of trait objects in the Rust programming language.