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:[email protected]] On Behalf Of Mark Volkmann Sent: Sunday, 4 January 2015 1:19 PM To: [email protected] 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.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

