Explore >> Select a destination


You are here

tech.preferred.jp
| | kobzol.github.io
2.3 parsecs away

Travel
| | You can check out a YouTube recording of a talk based on this blog post.
| | wimvanderbauwhede.codeberg.page
3.3 parsecs away

Travel
| | This is a follow-on of my article on algebraic data types, with list-based parser combinators as a practical application.
| | www.baturin.org
2.0 parsecs away

Travel
| | [AI summary] The text provides an in-depth exploration of functional programming concepts in OCaml, focusing on type systems, pattern matching, and data structures. It covers topics such as unit and boolean values as sum types, polymorphic types like option and result, and the use of match expressions for pattern matching. The text also includes exercises for practicing these concepts, such as defining functions, writing sum types, and implementing pattern matching.
| | ohadravid.github.io
16.9 parsecs away

Travel
| There are some things you keep learning and forgetting (or perhaps you've never learned them in the first place?). For me, one of those things is ...