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: Jamison Hope
Subject: Re: [Kawa-commonlisp-dev] [PATCH] FLET function
Date: Mon, 13 Aug 2012 19:39:44 -0400

On Aug 13, 2012, at 5:02 PM, Per Bothner wrote:

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.

Yeah, there's that.  I wasn't sure whether it might prove useful
outside of Common Lisp (I'm still undecided).  Anyway, we can
always add it later.  Charles, the revised patch looks good to
me.

--
Jamison Hope
The PTR Group
www.theptrgroup.com






reply via email to

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