It's not surprising that SQL is going to look at a lot like the junction operators - both operate on sets*. A relational database is nothing more than a set theory machine. The junction operators are similar. You even have all() and one() in SQL; they're just not in the forms you're thinking of.
*: Yes, the junction operators deal with lists, but they treat the lists as sets.
In reply to Re: Perl 6 Junctions and Postgres SQL
by dragonchild
in thread Perl 6 Junctions and Postgres SQL
by mugwumpjism
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |