11 comments

[ 5.0 ms ] story [ 40.2 ms ] thread
Another great project:

Bilby: Serious functional programming library for JavaScript https://github.com/puffnfresh/bilby.js

Thanks for posting that. I'm quite impressed by what's in there, especially the bit of cleverness involved with the bilby.Do() syntax.
I highly recommend "Functional JavaScript" by Michael Fogus (creator of Lemonad), http://www.amazon.com/Functional-JavaScript-Introducing-Prog...
(comment deleted)
All these functions -with better docs- already exist in NPM.
Lemonad was once much larger with a wider range of functional operators. Recently most of its functions have been moved into underscore-contrib (https://github.com/documentcloud/underscore-contrib). Most of my JS time lately has been spent with _.contrib, but I plan to come back to Lemonad soon and write up full docs and the like.