Git Tip: Find the Top Contributors
From time to time it’s useful to know who are main authors of some piece of a project. Admittedly most of the time I want to check who are the top contribut...
From time to time it’s useful to know who are main authors of some piece of a project. Admittedly most of the time I want to check who are the top contribut...
Today someone asked in OCaml’s Discord “How do you call a variable that refers to a filename without its extension?”. I always thought there was no specific ...
One thing I’ve noticed on my journey to learn OCaml was that reading (text) files wasn’t as straightforward as with many other programming languages. To give...
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...
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...