Salutations, you've landed on my personal webpage. I'm known as Grim in
the online realm, but my real name is Pierre
. I work as a software
engineer at The Funkyworkers, where my primary
tool is the OCaml language. This site serves as a
structured platform for me to articulate and expound upon responses I've shared
across various channels, as well as to document experimental endeavours. The
material featured on this website is licensed under CC BY-SA
4.0, unless otherwise
specified. I mainly use Mastodon
(grm@functional.cafe) as a public
communication channel.
Articles
-
2024-08-10
Sorting things, rank-aggregation (beginner's approach)
Summary of a response about how to order products by their votes/reviews using rank aggregation (using Shopify approach).
-
2024-03-18
Fold for cheap pattern-matching
Summary of a response regarding the encoding of visitors without pattern matching in OCaml, using the fold function.