Skip to content
Sasa Bogicevic edited this page May 14, 2017 · 8 revisions

Implement the Haskell constructs in JS.

Some of them are implemented in a way that makes more sense with everyday JS so they are not one to one mapping.

This is just like a set of tools that I need daily and a way to explore functional programming along the way.

Take a look at the Maybe Monad that you can use to prevent null checks all around your app.

haskell

Clone this wiki locally