|
You are here |
reasonableapproximation.net | ||
| | | | |
www.baturin.org
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
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. | |
| | | | |
morestina.net
|
|
| | | 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... | ||