kawa-commonlisp-dev
[Top][All Lists]
Advanced

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

Re: [Kawa-commonlisp-dev] [GSoC] Destructuring bind


From: Per Bothner
Subject: Re: [Kawa-commonlisp-dev] [GSoC] Destructuring bind
Date: Wed, 01 Aug 2012 13:50:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/01/2012 12:21 PM, Charles Turner wrote:
And I suppose you'd conditionally generate the temporaries based on
the fact that {v2,v4}.isFluid is true? I think that's all the SPECIAL
directive would have to do, just call Declaration#setFluid(true),
right?

No - the FLUID flag is set if you see a fluid-let.  You're trying
to decide whether to act like fluid-let.  I think you should check
the DYNAMIC flag.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]