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]

list-split


Hi,

is there another way to split a list than to use list-head and
list-tail?

I would like to avoid running twice through the list to the point where
the list should be splitted.