On Sun, Jul 4, 2010 at 7:47 PM, Peter Bex <[email protected]> wrote: > > Gauche has DIRECTORY-FOLD which is similar (but with a lot less options) > I like this better than DIRECTORY-FILTER because our FIND-FILES also > accepts an optional folding procedure which defaults to CONS. If it were > merely a filtering procedure it wouldn't allow that. > Chibi also has DIRECTORY-FOLD.
Note the DIRECTORY-FOLD in Gauche does a tree traversal, whereas in Chibi, Taylor's proposal, and my old abandoned Common-Scheme project it just folds over the files in the given directory, using DIRECTORY-FOLD-TREE for a full tree traversal. -- Alex _______________________________________________ Chicken-hackers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-hackers
