Explore >> Select a destination


You are here

blog.bencope.land
| | www.baturin.org
3.7 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.
| | blog.chand1012.dev
3.9 parsecs away

Travel
| | Whether you call it agentic coding, vibe coding, or something else, it's a real thing. Here are some best practices for using it.
| | wimvanderbauwhede.codeberg.page
3.3 parsecs away

Travel
| | Algebraic data types are great for building complex data structures, and easy to implement in Raku using roles.
| | andreasimonecosta.dev
21.6 parsecs away

Travel
| Let's try to clarify, once and for all, the true essence of type parameters.