LINQ in JavaScript, ES6 style clarification

I recently blogged about implementing LINQ in JavaScript with ES6 iterators. While I’d done a bunch of research, played around with FireFox (which seemed to have the most up-to-date implementation) and thought it was all well and good.
Unfortunat…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

I recently blogged about implementing LINQ in JavaScript with ES6 iterators. While I’d done a bunch of research, played around with FireFox (which seemed to have the most up-to-date implementation) and thought it was all well and good. Unfortunately it turns out that what I was talking about was the __iterator__ syntax which FireFox has implemented but it’s not in line with the current iterator and generator approach. So while I did state that the code was against an API that wasn’t set in stone I was a bit further away from where I wanted to be going forward.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2013-09-16T00:00:00+00:00) LINQ in JavaScript, ES6 style clarification. Retrieved from https://www.scien.cx/2013/09/16/linq-in-javascript-es6-style-clarification/

MLA
" » LINQ in JavaScript, ES6 style clarification." Posts on LINQ to Fail | Sciencx - Monday September 16, 2013, https://www.scien.cx/2013/09/16/linq-in-javascript-es6-style-clarification/
HARVARD
Posts on LINQ to Fail | Sciencx Monday September 16, 2013 » LINQ in JavaScript, ES6 style clarification., viewed ,<https://www.scien.cx/2013/09/16/linq-in-javascript-es6-style-clarification/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » LINQ in JavaScript, ES6 style clarification. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2013/09/16/linq-in-javascript-es6-style-clarification/
CHICAGO
" » LINQ in JavaScript, ES6 style clarification." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2013/09/16/linq-in-javascript-es6-style-clarification/
IEEE
" » LINQ in JavaScript, ES6 style clarification." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2013/09/16/linq-in-javascript-es6-style-clarification/. [Accessed: ]
rf:citation
» LINQ in JavaScript, ES6 style clarification | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2013/09/16/linq-in-javascript-es6-style-clarification/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.