[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: issue SYNTACTIC-ENVIRONMENT-ACCESS
- To: "sandra%defun@cs.utah.edu"@multimax.encore.com (Sandra J Loosemore)
- Subject: Re: issue SYNTACTIC-ENVIRONMENT-ACCESS
- From: Dan L. Pierson <pierson@mist.encore.com>
- Date: Mon, 20 Mar 89 16:07:55 EST
- Cc: cl-compiler@sail.stanford.edu
- In-reply-to: Your message of Sat, 18 Mar 89 10:06:16 -0700. <8903181706.AA08173@defun.utah.edu>
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)))