raganwald / AMA

A lightweight “Ask me anything” repository inspired by @holman and @r00k
5 stars 0 forks source link

What FP libraries do you use in JS? #8

Open jonahx opened 8 years ago

jonahx commented 8 years ago

Hi Reginald,

I'm a big fan your books. I'm curious what FP libraries you use when programming JS these days, particularly when you want to use things like the State monad.

Even more specifically, I'm looking for something that allows me to write business transaction logic in a stateless way, similar to the callsheet gem in ruby. I'd love any recommendations.

Thanks, Jonah