comparison to ramda?
#1580
-
I am trying to get my head around functional programming and I don't know which library I should use (or start with). Do you happen to know ramda and could draw a line? When to use which library? Which one for starting, which one for advanced fp, and why? thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
samhh
Sep 13, 2021
Replies: 1 comment 1 reply
-
Ramda isn't very well typed in TypeScript in some places. fp-ts takes a bit more inspiration from Haskell. You can find an API reference/comparison here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xddq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ramda isn't very well typed in TypeScript in some places. fp-ts takes a bit more inspiration from Haskell. You can find an API reference/comparison here.