Background:
Just for laughs I decided to search to see if anyone out there had developed a JavaScript implementation of LINQ.
Lo and behold, there seem to be several of them. It would seem like LINQ implementations are almost like string Template processing engines: everyone and his dog has written one.
Question: Does anyone out there use a LINQ implementation in production JavaScript code, and if so is there any ranking or preferences for those who have used more than one?