On Sat, Jan 31, 2009 at 01:21:57PM -0800, Mark Lentczner wrote:
> Two exceptions to these lists:
> sym<,> gets :value and :iso
> sym<%> gets :bool as well
Also note that => is :value :iso despite being lumped with assignment.
I consider => to be equivalent to . in Lisp, so [=>] is esse
The concept of which metaops can apply to which other ops is looking
pretty clear.
The goal, as I understand it from Larry, is that while in general,
metaops should be allowed, we want to disallow them where they either
make no sense, or are very unlikely to be what the programmer thought