schmuli / linq.es6

An implemenation of LINQ using ES6 generators and iterators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nice, but difficult to find. I did something similar.

Siderite opened this issue · comments

Check out an implementation of LINQ in Javascript using modern ES6 language features: https://siderite.dev/blog/linq-in-javascript-linqer. I admit I first wrote the code and then googled to see who else had the same idea, but still... :)