Hi All, I've added two new functional programming modules to NPM registry; juxt and map.
Juxt includes both sync and async implementations. Check it out here; http://github.com/azer/juxt.js Probably most of you are already very familiar with map. This module is only async implementation. Here it is; http://github.com/azer/map.js As you may notice, my implementation of map takes the iterable as second argument, not first. It enables partial application for your async functions as the example in README shows. If you're interested in more utilities, here is a library that I maintain; http://github.com/azer/functools Best, Azer -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
