All posts in category #Short Notes

Pattern match multiple values without a Tuple in PureScript

We can pattern match multiple values with no extra imports, natively
To pattern match multiple values in PureScript, it's very tempting to wrap them with Tuple data constructor. That's not really necessary.

ReasonML - Http Server in Node.js

In this post, I'm going to show how to leverage ReasonML's powerful javascript interop in order to create bindings for the http module from Node.js.

ReasonML / BuckleScript JavaScript Interop

This note shows my amazement with ReasonML's javascript interop by comparing code written in the former with the produced output in the latter.