Ian Obermiller

Part time hacker, full time dad.

LINQ for Javascript

Posted

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!