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: Constructs for programming with sequences


Mikael Djurfeldt <mdj@nada.kth.se> writes:

> When programming with sequences (lists or vectors), there are three
> fundamental operations which you use again and again:

I'm pretty sure that all of these are provided in Olin Shivers list
library (SRFI-1). Vector versions would be an excellent addition,
though. 

What might be even cooler would be a generic seq module, which
provides all of this stuff either vectors or lists; so, you'd have
(seq-for-each proc seqs).

-- 
Greg

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