Learning OCaml
Live as if you were to die tomorrow. Learn as if you were to live forever. – Mahatma Gandhi
Live as if you were to die tomorrow. Learn as if you were to live forever. – Mahatma Gandhi
If you’re into programming puzzles you probably know that there’s a whole class of problems about doing something (e.g. some calculations) with the digits of...
Many programming languages have a function for combining the elements of multiple collections (e.g. arrays or lists) together. Typically this function is nam...
Today I saw a clever bit of Clojure code involving clojure.string/replace, that reminded me how powerful the Clojure standard library is. I guess pretty much...
Pretty often I receive emails like this one:1 Today I got three of those, which inspired me to write this short article. ↩