RE: generator libraries

2015-01-04 Thread Gary Guo
/0bcd6c77f262f2bddc56d2f4ebd74aa8fd2d3267/Stream.js From: rbuck...@chronicles.org To: m...@aaron-powell.com; r.mark.volkm...@gmail.com; es-discuss@mozilla.org Subject: RE: generator libraries Date: Sun, 4 Jan 2015 06:08:51 + I wrote http://github.com/rbuckton/queryjs

RE: generator libraries

2015-01-03 Thread Ron Buckton
: 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