Announcing a new OCaml library for the Adafruit Raspberry Pi RGB LCD!

For still-to-be-determined reasons, the fine geeks at Gallium suddenly decided to acquire Raspberry Pis. Some of the geekier elements in the lab also decided to raise the nerdyness level and get a kit LCD plate with a keypad.

next

Reconstructing the Knuth-Morris-Pratt algorithm

In my view, the Knuth-Morris-Pratt string searching algorithm is one of those “magic” algorithms that do something wonderful but are difficult to explain or understand in detail without a significant time investment. The pedagogical question that I would like to address is not just: “how does it work?”, or “why does it work?”, or “does it work?”. More importantly, it is: “how did they come up with it?”. Of course, I wasn’t there, and I am no historian, so let me instead address the somewhat related question: “how do I reconstruct it?”.

next

The future is now: Mezzo is available on OPAM

It is my pleasure to announce that Mezzo, the language of the future, is now installable via OPAM. This required quite a bit of packaging work, and I’m no ocamlfind / Makefile guru, so if it doesn’t work on your machine, or I used something that’s not portable, please do let me know!

next

Farewell, Wojciech Meyer

It is with great sadness that we learned the death of Wojciech Meyer. Wojciech was a contributor to the OCaml compiler, and an active and appreciated member of the wider OCaml community. He had deep technical knowledge, an inspiring enthusiasm, and was always extremely kind, either online or in person. He will be missed.

dblib, a de Bruijn index library

I would like to announce the first release of dblib, a library that is supposed to help work with de Bruijn’s encoding of binding.

next