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

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

Re: [Kawa-commonlisp-dev] CL primitives


From: Per Bothner
Subject: Re: [Kawa-commonlisp-dev] CL primitives
Date: Sat, 08 Feb 2014 11:20:34 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 02/08/2014 07:24 AM, Charles Turner wrote:
More CL primitives.

Thanks - checked in.

Let me know if you'd prefer me to send larger
patches. Currently my method is to prepare a patch as soon as I need
to make a change external to CL in Kawa to get things working as I
want them to.

Small is fine.  A little bigger is ok, too, especially if it's just
a bunch of simple primitives.  But I prefer many small chekins to
something that is harder to review or "grok".

The Language#defProcStFldAs method might be somewhere else. I couldn't
find a way to do this elsewhere in the code base.

It might be cleaner to just copy the function if it's trivial,
or call from one to the other.  One reason if you print the functions:

#|kawa:1|# #'listp
#<procedure listp>
#|kawa:2|# #'consp
#<procedure pair?>

However, this is a minor issue, not worth worrying about for now.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

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