Hacker News new | ask | show | jobs
If underscore was written in es6 (aaronstacy.com)
3 points by aaronj1335 4340 days ago
1 comments

Nice article. I really like your point about using generators to make Underscore lazier.
thanks! i made an exploratory repo where you can try out a generator-ish subset of underscore here: https://github.com/aaronj1335/gunderscore

it works in the current FF nightly.