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

Re: issue SYNTACTIC-ENVIRONMENT-ACCESS



I like option #3 too.  Among other things, the addition of NTH-VALUE
makes the other functions easy to derive if you want them, e.g.:

    (DEFUN VARIABLE-TYPE (FOO)
       (DECLARE (INLINE VARIABLE-TYPE))
       (NTH-VALUE 2 (VARIABLE-KIND FOO)))