[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more on CASEQ



What the heck is this "SYMMETRY" you are talking about?
I see the following:
[1] Sometimes the predicate used is "EQ"
[2] Sometimes it is "="

In the interpreter both "EQ" and "=" do their own error checking,
so that there is no need for the CASEQ special form to deal with it.

Otherwise what it sounds like you are trying to do is construct
a special form which really doesn't make much sense in terms
of the other PRIMITIVES of the language.

-gjc