Comment on Underscore.goComments−findjashua12yUsing the function as the first argument and the iterable as the second, makes it easy to curry functions. A port of Ramda (https://github.com/CrossEye/ramda) would be better for this reason.−tobyhede12yThanks that's an interesting idea
Comments
Using the function as the first argument and the iterable as the second, makes it easy to curry functions. A port of Ramda (https://github.com/CrossEye/ramda) would be better for this reason.
Thanks that's an interesting idea