Re: [patch] SRFI-37 support

2007-07-18 Thread Ludovic Courtès
Hi, Stephen Compall <[EMAIL PROTECTED]> writes: > Here is SRFI-37, args-fold, implemented by me from scratch in Scheme, > including a manual section and a few tests. Patch does not include log > entries, listed immediately below instead: This is good news, thanks! I committed it to HEAD (with

[patch] SRFI-37 support

2007-07-14 Thread Stephen Compall
Here is SRFI-37, args-fold, implemented by me from scratch in Scheme, including a manual section and a few tests. Patch does not include log entries, listed immediately below instead: srfi/ChangeLog: 2007-07-14 Stephen Compall <[EMAIL PROTECTED]> * srfi-37.scm: New file. * Mak