Hacker News new | ask | show | jobs
by gcanti 2883 days ago
for a functional library that plays nicely with TS check this out: https://github.com/gcanti/fp-ts
1 comments

Looks interesting, but I get the feeling I need to have already downed a few gallons of Haskell kool-aid to understand this? Is there a beginner-friendly overview somewhere?

What's nice about Ramda is that while it uses the Haskell-ish vocabulary and type signatures in its docs, someone can also just dive in and start using it as if it were an underscore-like library and not worry about all the more cerebral stuff.