Recent Posts

An Unexpected Blogging Record

1 minute read

Today I’ve noticed that I’ve written 36 articles to date here, which beats my previous annual record of 34 articles from 2011. I definitely didn’t see this c...

OCaml Tips: Implementing a range Function

3 minute read

Lots of programming languages have some built-in range functionality, that’s typically used to generate a list/array of integer numbers. Here are a couple of...