[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MACLISP compatibility
- To: (BUG LISPM) at MIT-AI
- Subject: Re: MACLISP compatibility
- From: JOHAN@MIT-AI (Sent by JOHAN0@MIT-AI)
- Date: Sat ,21 Jan 79 02:13:21 EDT
(1)When HUNKS are translated to ARRAYS, any atom tests on them have to be changed
since ATOM(HUNK) is NIL, while ATOM(ARRAY) is T. This is not a bug,
but something to watch out for.
(2)Why doesn't compiler ignore (declare (flonum x)) instead of erroring out? foo!
johan