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

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

Re: [Kawa-commonlisp-dev] Lambda lists


From: Per Bothner
Subject: Re: [Kawa-commonlisp-dev] Lambda lists
Date: Mon, 04 Mar 2013 15:44:33 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

On 03/04/2013 04:18 AM, Charles Turner wrote:
On 4 March 2013 08:17, Per Bothner <address@hidden> wrote:
Any reason why OrdinaryLambda.java isn't in gnu/commonlisp/lang?
Thata's where other CL-specific syntax is.  And the ELisp version
of lambda is likewise in the jemacs-specific package gnu.jemacs.lang.

No, I've changed that in the attached patch.

Thanks.  I checked this in.
(BTW, you forgot the ChangeLog ...)

There is a new bogus warning:

lambda.lisp:52:26: warning - variable 'x' may be uninitialized here

However, the same happens with this Scheme expression:

((lambda (#!rest x) x) 1 2 3)

So I'll look at that separately.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

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