Explore >> Select a destination


You are here

reasonableapproximation.net
| | www.baturin.org
3.5 parsecs away

Travel
| | [AI summary] This blog post tutorial explains advanced OCaml programming concepts including parametric polymorphism, higher-order functions like combinators and composition, and algebraic data types with pattern matching.
| | jawher.me
4.1 parsecs away

Travel
| |
| | dehora.net
3.8 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.
| | morestina.net
16.2 parsecs away

Travel
| Since Rust is a language without exceptions, errors are signaled by returning a Result: an enum that denotes either the function's successful return value, or information about the error. Thi...