This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with append


"Wolfgang S. Kechel - Patzschke + Rasp GmbH" <wolfgang@prs.de> writes:

> It seems that append in guile has a problem
> 
> I expect:
> 
> (append '(1 2) () '(3 4)) --> (1 2 3 4)

It seems to me that you have a problem, not guile.  :)

Which version of Guile are you using?

/mdj