LINQ for Javascript
Posted September 19th, 2012.
No Comments.
While evaluating the different options for bringing LINQ-like operators to JavaScript, I compiled the following list of existing libraries:
- $linq - http://jscriptlinq.codeplex.com/
- jLinq - http://hugoware.net/projects/jlinq
- from.js - http://fromjs.codeplex.com/
- linq.js - http://linqjs.codeplex.com/
- LINQ to JavaScript - http://jslinq.codeplex.com/
- JSINQ - http://jsinq.codeplex.com/
- Underscore.js - http://underscorejs.org/#chaining
I’d love to hear about any others!