TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Lemonad: Functional JavaScript Library

38 pointsby EzGraphsalmost 12 years ago

5 comments

pgamblingalmost 12 years ago
I highly recommend &quot;Functional JavaScript&quot; by Michael Fogus (creator of Lemonad), <a href="http://www.amazon.com/Functional-JavaScript-Introducing-Programming-Underscore-js/dp/1449360726/ref=sr_1_1?ie=UTF8&amp;qid=1372302146&amp;sr=8-1&amp;keywords=functional+javascript" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Functional-JavaScript-Introducing-Prog...</a>
评论 #5950668 未加载
hashtreealmost 12 years ago
Another great project:<p>Bilby: Serious functional programming library for JavaScript <a href="https://github.com/puffnfresh/bilby.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;puffnfresh&#x2F;bilby.js</a>
评论 #5951017 未加载
fogusalmost 12 years ago
Lemonad was once much larger with a wider range of functional operators. Recently most of its functions have been moved into underscore-contrib (<a href="https://github.com/documentcloud/underscore-contrib" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;documentcloud&#x2F;underscore-contrib</a>). 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.
ds_almost 12 years ago
<a href="http://fogus.github.io/lemonad/lemonad.html#section-21" rel="nofollow">http:&#x2F;&#x2F;fogus.github.io&#x2F;lemonad&#x2F;lemonad.html#section-21</a> - nice breaking bad reference <a href="http://www.imdb.com/title/tt0903747/" rel="nofollow">http:&#x2F;&#x2F;www.imdb.com&#x2F;title&#x2F;tt0903747&#x2F;</a>
评论 #5951366 未加载
oakazalmost 12 years ago
All these functions -with better docs- already exist in NPM.
评论 #5951078 未加载