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 00:17:10 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

On 03/03/2013 04:08 PM, Charles Turner wrote:
Hi,

I have a patch I would like to apply for CL lambda lists. This does
effect Scheme's lambda implementation slightly, I decided to add a
hook in the Lambda#rewriteBody method to allow transforming the CL
style syntax into something  Scheme understands.

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.

Apologies for the size of this patch, it's pretty hard to chunk this change.

Actually, I don't think this is a big patch.  It does seem to
duplicate some of the logic in Lambda.java, which isn't ideal,
but it doesn't seem too bad.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

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