[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: progv and dynamic variables
- To: BROOKS%OZ.AI.MIT.EDU@xx.lcs.mit.edu
- Subject: Re: progv and dynamic variables
- From: franz!ficl!jkf@ucbarpa.Berkeley.EDU (John Foderaro)
- Date: Mon, 01 Dec 86 22:16:58 PST
- Cc: DALY@ibm.com, common-lisp@su-ai.arpa
- In-reply-to: Your message of Mon, 01 Dec 86 22:04:00 EST. <BROOKS.12259459812.BABYL@MIT-OZ>
>> 3.
>> (defun foo (a s v)
>> (progv s v
>> (declare (special a))
>> (print a)))
>> The binding of `a' during the call to foo is lexical, but the
>> reference in (print a) is dynamic.
Aren't declarations illegal before a progv body?
-john foderaro