Recently I discovered @joelnet on dev.to. He writes about functional Javascript.
He created a new language called MojiScript that compiles to JS. It looks very interesting.
What I like about it is that it has some functional magic (Maybe
, function composition, data transformation via pipes
).
But is smaller and a bit more accessible than other functional libraries (Sanctuary.js I’m looking at you!).
Here is a great intro article about where Mojiscript comes from: Why async code is so damn confusing (and a how to make it easy).
MojiScript is still in its early stages.