Recent Posts

Zipping Collections in OCaml

2 minute read

Many programming languages have a function for combining the elements of multiple collections (e.g. arrays or lists) together. Typically this function is nam...

OCaml Tips: Multiple Let Bindings

1 minute read

One thing that was a bit weird for me in OCaml early on was how to introduce multiple let bindings (e.g. in the body of a function definition). Think somethi...

Setting up Emacs for OCaml Development

4 minute read

I’ve promised you articles about OCaml and here they come! The first order of business when learning a new programming language is to setup Emacs for effecti...

Learning OCaml

3 minute read

Live as if you were to die tomorrow. Learn as if you were to live forever. – Mahatma Gandhi