You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
Frustrated by the lack of updates, we built our own Underscore-like functional programming library since none of the tools out there were maintained, easy to use, or well-documented: https://github.com/nextbigsoundinc/dash
Very nice ! If some of you have some other similar alternatives you can maybe list them here and I can add some to the README for other people landing here
The lack of viable alternatives is what prompted us to create our own library. Nonetheless, there are a couple that might be useful depending on your needs:
maciejczyzewski/bottomline: Relatively well-updated but only seems to work with arrays and not generic iterables
nikic/iter: Works with any iterable (including generators) but uses composition instead of chaining
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Frustrated by the lack of updates, we built our own Underscore-like functional programming library since none of the tools out there were maintained, easy to use, or well-documented: https://github.com/nextbigsoundinc/dash
Highlights:
Traversable
,DirectoryIterator
, and moreI hope it can be useful to someone. Feedback welcome!
The text was updated successfully, but these errors were encountered: