bug-guile
[Top][All Lists]
Advanced

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

Re: [PATCH] lambda* fails with #:key and rest argument


From: Marius Vollmer
Subject: Re: [PATCH] lambda* fails with #:key and rest argument
Date: 08 Jul 2002 00:37:39 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Dirk Herrmann <address@hidden> writes:

> I assume that the problem is also relevant for the newer branches.  
> There, we could think of providing a public improper-list-copy in list.c
> instead of providing it privately within optargs.scm.  Do we want that?

Yes, that looks like the better option to me.  What names are other
Schemes using for this operation?  We shouldn't be gratuitously
incompatible.  Also, should improper-list-copy be able to copy
circular lists, or only dotted lists?

SRFI-1 list-copy can copy dotted lists.  Maybe we can just use it.



reply via email to

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