Skip to content

Instantly share code, notes, and snippets.

View sinclairzx81's full-sized avatar
🖥️

sinclairzx81

🖥️
  • Acid Development
  • South Korea ⇆ New Zealand
View GitHub Profile

Language-integrated Query syntax for ECMAScript

This is a strawman for an advanced generator-comprehension syntax for ECMAScript based in the LINQ syntax. The syntax allows for custom semantics for evaluation, as each clause in a query is translated into regular function calls for special symbol-named methods that are evaluated if found on the sequence (see Abstract Operations for more information).

Examples