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

STRING oddity



    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.