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.

Monads by example

In this post I'm going to compare different Monad instances, look into concrete signatures of their methods and see how they work in practice.

Applicatives by example

In this post I'm going to compare different Applicative instances, look into concrete signatures of their methods and see how they work in practice.

Functors by example

In this post I'm going to compare different Functor instances, look into concrete signatures of their methods and see how they work in practice.