/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

kobzol.github.io
| | www.baturin.org
1.7 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.
| | leshow.github.io
3.0 parsecs away

Travel
| | I'd like to take a change for this blog and leave the more bleeding edge topics to focus on perhaps one of the most important things one can do in the Rust community: teaching new Rust developers. I've been thinking about how best to approach teaching Rust to those used to working with Java, in order to bring a group of developers up to speed with the language for a new project.
| | wimvanderbauwhede.codeberg.page
3.5 parsecs away

Travel
| | This is a follow-on of my article on algebraic data types, with list-based parser combinators as a practical application.
| | blog.florimondmanca.com
8.2 parsecs away

Travel
| Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.