Echo JS 0.11.0

<~>

davidchase 3212 days ago. link 1 point
its a nice write up, however you still don't necessarily have the composition flow like you do when using ramda. Plus the libraries such as ramda can always dispatch to native methods and provide convenience wrappers to create this compositions. Again you can do everything yourself by using the above methods and groupings but then why re-invent the wheel each time when you already have utility libraries there seems very little win/gain.
Julienng 3212 days ago. link 1 point
Examples are good but sometimes use abstraction like `lodash` is necessary, not everyone know how to build functional programming and performances are quite good.