>>>>> "Ole" == Ole Rohne <ole.rohne@cern.ch> writes:
Ole> Raymond Toy writes:
>> %PI and %E is ok, because, visually they LOOK different.
Ole> So it should have been %PLUS, %MINUS, %INF, and %MINF as well. Too bad
Ole> it is to late to change that...
>> Maybe just declaring them with defconstant in Lisp will help? Don't
>> know how if that will work or not.
Ole> Not under CMUCL, because DEFCONSTANT needs a value, and setting $PLUS
Ole> or $MINUS to any value including NIL defies the purpose.
How about (defconstant $plus '%plus) and making limit accept $plus or
%plus?
Don't know if that will work either.
Ray