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:

>   (for-map FROM TO STEPPER PROC)

Would FROM and TO have to be exact numbers?

Would there be a similar function for generating vectors?  Since
the length of a vector must apparently be decided beforehand,
would the function be allowed to call STEPPER several times
before getting to PROC?

Just wondering about the implementation.

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