[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] alternative name for `find-files'
From: |
Alex Shinn |
Subject: |
Re: [Chicken-hackers] alternative name for `find-files' |
Date: |
Wed, 7 Jul 2010 11:48:39 +0900 |
On Sun, Jul 4, 2010 at 7:47 PM, Peter Bex <address@hidden> 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