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 13:29:34 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/13/2012 11:48 AM, Charles Turner wrote:
In an attempt to keep the patches small, the following patch only
provides the FLET functionality, you can't actually use it.

One suggestion: We don't need a few flet class.
Just change the let constructor to take these arguments:

  public let(String name, boolean settingProcedures)

and then in CommonLisp.lang:

  defun("flet", new let("flet", true));

Otherwise, this is fine.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

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