|
You are here |
patshaughnessy.net | ||
| | | | |
dehora.net
|
|
| | | | | 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
|
|
| | | | | Monadic error handling is an alternative to exception-based systems that can prevent many programming errors at compile time. | |
| | | | |
blog.ploeh.dk
|
|
| | | | | 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
|
|
| | | An introduction to the low-level details of trait objects in the Rust programming language. | ||