Tristan.--
Consider asking HOWTO questions at Stack Overflow: http://stackoverflow.com/tags/dart
Hi All,I got thoroughly enthused when I started learning Dart last week and to get my head around the language I decided to do a port of .NET 3.5's Language Integrated Query (LINQ) library which you can find here on GitHub.
It's not fully completed, but I wanted to get some feedback on style/execution before I get ahead of myself.
HelloI don't have any comments on style but wanted to add a hearty round of applause for taking this on. LINQ is one of my favourite features of the .NET framework.One thing you might be interested in, in terms of execution, is the method cascade syntax. Support for it was recently added to the editor[1] and it seems made for LINQ-style method chaining.
Cheers!- bob
Tristan.--
I got thoroughly enthused when I started learning Dart last week and to get my head around the language I decided to do a port of .NET 3.5's Language Integrated Query (LINQ) library which you can find here on GitHub. It's not fully completed, but I wanted to get some feedback on style/execution before I get ahead of myself. So if you've got any pointers or criticisms of my code, please don't hesitate to point them out and let me know via GitHub Issues!
Hey Ladislav, Nice lib.Could definitely do with some examples on the README page - I find that it definitely helps with adoption in my own projects.