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

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

Re: [Kawa-commonlisp-dev] [PATCH] FLET function


From: Per Bothner
Subject: Re: [Kawa-commonlisp-dev] [PATCH] FLET function
Date: Mon, 13 Aug 2012 14:02:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/13/2012 01:52 PM, Jamison Hope wrote:
On Aug 13, 2012, at 4:29 PM, Per Bothner wrote:
How about this: since the regular let instance is a public static final
field of let.class, we might as well make flet one, too. In let.java:

   public static final let  let = new let( "let", false);
   public static final let flet = new let("flet", true);

and then CommonLisp.java gets a defSntxStFld pointing at
kawa.standard.let:flet.

I would rather avoid "hard-wiring" in CommonLisp
in the Scheme or language-independent code.
Though admittedly this one is pretty innocuous.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

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