Language idea: Integrated query syntax similar to XPath and/or LINQ #5
Labels
area: language
Issues related to the design of the language.
state: deliberation
Issues that require design work and/or discussion.
Milestone
XPath is surprisingly well-designed. It has no obvious flaws in its design that I've been able to spot. It has lots of features. It's terse, yet very understandable. The only downside I see is that it doesn't scale well when the query expression becomes long.
On the other hand, there's LINQ, which is more verbose but is specifically designed to scale well for longer expressions.
We need some kind of query syntax in the language. Ideally we'd combine the best of XPath and LINQ.
The text was updated successfully, but these errors were encountered: