why are folktale and ramda so different?
问题 I'm learning javascript FP by reading DrBoolean's book. I searched around for functional programming library. I found Ramda and Folktale. Both claim to be functional programming library. But they are so different: Ramda seems to contain utility functions for dealing with list: map, reduce, filter and pure functions: curry, compose. It doesn't contain anything to deal with monad, functor. Folktale however doesn't contain any utility for list or functions. It seems to implement the some