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 library



One of the current SRFIs on schemers org deals with a lib of frequently used
list operations, like filter etc. Some are already part of guile, many aren't
yet. Most are easy to write in scheme, but sometimes it might be more
efficient to stuff them into the C codebase of the Scheme interpreter.
Should guile, if at all, put those extra list function into a module?
Would it be better to have one big module for all of them or a set of modules
each grouping a few related methods together?
--
Klaus Schilling