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.

Show HN: a companion library to underscore.js - f_underscore.js

2 pointsby KrisJordanabout 13 years ago

2 comments

KrisJordanabout 13 years ago
f_ is a library for wielding and welding iterator functions. It is designed to complement underscore.js' functions that employ iterator functions, like `map`, `filter`, `sortBy`, etc.<p>I've been using this on personal projects but just spent the weekend tidying it up and writing tests and documentation.<p>Documentation and sample code can be found here: <a href="http://krisjordan.github.com/f_underscore/" rel="nofollow">http://krisjordan.github.com/f_underscore/</a>
daverobertsabout 13 years ago
Hey, I'm a fan of your recess framework and I wanted to stop by to say I was going to look into this library you published just based on that fact.