[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ASSERT-FIXNUM
- To: (BUG LISP) at MIT-MC
- Subject: ASSERT-FIXNUM
- From: RWK at MIT-MC (Robert W. Kerns)
- Date: Wed, 15 Aug 79 11:39:00 GMT
- Cc: Dave-Trouretzky at CMU-10A
- Original-date: 15 AUG 1979 0739-EDT
Actually, in compiled code it will blindly assume it's a fixnum and treat
it like one, without checking to see if the assumption is valid. In the
interpreter, it merely checks at that time, it doesn't assert it in any
database or anything. So ASSUME is the more appropriate term here, I would
assert. I assume you'll agree.