[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
STRING oddity
- To: KMP at MIT-MC
- Subject: STRING oddity
- From: Jon L White <JONL at MIT-MC>
- Date: Mon, 4 May 81 15:15:00 GMT
- Cc: BUG-LISP at MIT-MC, VP at MIT-MC
- Original-date: 4 May 1981 11:15-EDT
Date: 4 May 1981 00:59-EDT
From: Kent M. Pitman <KMP at MIT-MC>
(ARGS 'FLATSIZE->CHARACTER-CLASS) => (5 . 5)
Why not just (NIL . 5)?
Because the SEND interpreter like to assume LSUBR format -- it
does make for faster dispatching. DEFMETHOD* creates method
functions and puts in the *LEXPR declaration.