generator libraries

Ron Buckton rbuckton at chronicles.org
Sat Jan 3 22:08:51 PST 2015


I wrote http://github.com/rbuckton/queryjs

Sent from my Windows Phone
________________________________
From: Aaron Powell<mailto:me at aaron-powell.com>
Sent: ‎1/‎3/‎2015 6:26 PM
To: 'Mark Volkmann'<mailto:r.mark.volkmann at gmail.com>; es-discuss at mozilla.org<mailto:es-discuss at mozilla.org>
Subject: RE: generator libraries

Probably not the one you’re after but I created https://github.com/aaronpowell/linq-in-javascript which is a JS Generator implementation of .NET’s LINQ API. It has `take` implemented (https://github.com/aaronpowell/linq-in-javascript/blob/master/src/linq.js#L325-L354 and tests https://github.com/aaronpowell/linq-in-javascript/blob/master/tests/take.js)


From: es-discuss [mailto:es-discuss-bounces at mozilla.org] On Behalf Of Mark Volkmann
Sent: Sunday, 4 January 2015 1:19 PM
To: es-discuss at mozilla.org
Subject: generator libraries

Many months ago I ran across a couple of libraries containing utility functions for working with generators. I recall one was a "take" function that was used to take only the first n values from a a given generator. I'm having trouble locating those libraries now. I think one of them was written by a TC39 member. Can anyone point me to a library like that?

--
R. Mark Volkmann
Object Computing, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150104/cda744c3/attachment.html>


More information about the es-discuss mailing list