/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

serokell.io
| | blog.thomasheartman.com
1.3 parsecs away

Travel
| | In which we read the 11th chapter of 'Haskell Programming from First Principles': Algebraic Data Types and discuss higher-kinded types, cardinality in relation to the type system, and how the function type is exponential. Pokémon make an appearance too!
| | www.baturin.org
1.3 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.
| | wimvanderbauwhede.codeberg.page
1.8 parsecs away

Travel
| | Algebraic data types are great for building complex data structures, and easy to implement in Raku using roles.
| | maryrosecook.com
16.3 parsecs away

Travel
| Little Lisp is an interpreter that supports function invocation, lambdas, lets, ifs, numbers, strings, a few library functions, and lists. I wrote it for a l...