Blog posts about #ocaml

May 26, 2022
#emacs #ocaml

OCaml and Reason on Emacs using lsp-mode


This year I started consolidating all the major modes by using lsp-mode and apheleia for all the programming languages I use.

The switch from OCaml’s merlin-mode was surprisingly painless.


2 min read
Dec. 7, 2022
#ocaml #web #typescript

Error handling for web developers


Error handling is a broad topic. How to do it right is not always obvious. The unsatisfying answer in general is “it depends”.

Let’s have a look at a specific example using TypeScript in the context of web development.


4 min read