bloom-lang / bud

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

Can't define < method on Bud collections #254

Closed neilconway closed 11 years ago

neilconway commented 12 years ago

This is probably not easily fixable, but for the sake of posterity: if you define a method named < on a BudCollection, this method will be invoked instead of any superators that start with < (e.g., <+). This is presumably a superator bug and can't easily be fixed.

sriram-srinivasan commented 12 years ago

With an external parser, it becomes a non-issue; we wouldn't need superators either. bc.<= will translate to bc.merge.

neilconway commented 11 years ago

Meh, marginal. Closing.