bloom-lang / bud

Prototype Bud runtime (Bloom Under Development)
http://bloom-lang.net
Other
854 stars 60 forks source link

Avoid need for "pairs" if no join predicates #180

Open neilconway opened 13 years ago

neilconway commented 13 years ago

We should investigate whether we can support this syntax:

result <= (r1 * r2) { ... }
jhellerstein commented 13 years ago

I tried for a while, I think it requires early rewriting -- if I remember right it causes Ruby parse errors. More reason to write a proper parser.