Query Expression Sequence (QES)
monkyyy
crazymonkyyy at gmail.com
Sat Nov 23 18:25:00 UTC 2024
On Saturday, 23 November 2024 at 16:44:12 UTC, Richard (Rikki)
Andrew Cattermole wrote:
>
> authors = (book, mydb: db) -> Person {
> on: mydb,
> where book.authors
> };
>
Its bad enough that bad languages like python implement regex, at
least its terse, why would you even want a database language
embedded in a language that doesnt even ship a database
datastructure; much less isnt set up to do some multi machine
number crunching nonsense
If you want database thing, it should at least start with taking
the preexisting database datastructs and shipping them in phoboes
and seeing if anyone even uses it
Im not sure about what linq does but Id bet its only on strings
and isnt extendable in the slightest
More information about the dip.ideas
mailing list