Re: scheme@(guile-user)> considered ugly

2010-10-03 Thread Andy Wingo
On Sat 02 Oct 2010 00:55, l...@gnu.org (Ludovic Courtès) writes: > Another option would be to keep the prompt but use a simpler one in the > manual, as is often done with shell transcripts. I think I prefer this option, for now. I'll do this the next time our prompt bothers me in the manual :) A

Re: [PATCH] Implementation of SRFI 42

2010-10-03 Thread Andy Wingo
On Fri 01 Oct 2010 23:55, Andreas Rottmann writes: > This adds support for SRFI 42; documentation is not included yet > (besides a reference to the original specification). Thanks, applied, after fixing up the test define-module header. I wonder why the test runs so slow. At some point we shoul

Re: [PATCH] Add implementation of SRFI-67

2010-10-03 Thread Andy Wingo
On Sat 02 Oct 2010 00:06, Andreas Rottmann writes: > From: Andreas Rottmann > Subject: Add implementation of SRFI-67 Thanks, applied and pushed. Andy -- http://wingolog.org/

Re: [PATCH] Reference original specification in SRFI 27 documentation

2010-10-03 Thread Andy Wingo
On Fri 01 Oct 2010 23:57, Andreas Rottmann writes: > From: Andreas Rottmann > Subject: Reference original specification in SRFI 27 documentation Applied, thanks. Andy -- http://wingolog.org/

Re: guile.m4 site dir backward compatiblity

2010-10-03 Thread Andy Wingo
On Sat 02 Oct 2010 23:34, Mike Gran writes: > The attached patch allows me to distribute Guile 1.9.x's guile.m4 > in a package that is supposed to compile with both 1.9.x and 1.8.x. Applied, thanks. Andy -- http://wingolog.org/

Re: ‘match’ and “k or more” patterns

2010-10-03 Thread Andy Wingo
Greets, On Sat 02 Oct 2010 09:13, Alex Shinn writes: > On Tue, Sep 28, 2010 at 7:27 PM, Ludovic Courtès wrote: >> >> Is there a public version control repository at synthcode.com? > > Not for match.scm, but that's just a copy of the chibi-scheme > version with record patterns commented out: > >

Re: ‘match’ and “k or more” patterns

2010-10-03 Thread Ludovic Courtès
Hello, Andy Wingo writes: > On Sat 02 Oct 2010 09:13, Alex Shinn writes: > >> On Tue, Sep 28, 2010 at 7:27 PM, Ludovic Courtès wrote: >>> >>> Is there a public version control repository at synthcode.com? >> >> Not for match.scm, but that's just a copy of the chibi-scheme >> version with recor

[PATCH] Add implementation of SRFI 45

2010-10-03 Thread Andreas Rottmann
From: Andreas Rottmann Subject: Add implementation of SRFI 45 * module/srfi/srfi-45.scm: New file, containing the reference implementation of SRFI 45, slightly adapted to use SRFI-9. * module/Makefile.am (SRFI_SOURCES): Added srfi/srfi-45.scm. * test-suite/tests/srfi-45.test: New file. * t

Re: [PATCH] Add implementation of SRFI 45

2010-10-03 Thread Andy Wingo
On Sun 03 Oct 2010 19:32, Andreas Rottmann writes: > From: Andreas Rottmann > Subject: Add implementation of SRFI 45 Applied. Thank you very much for this, especially for docs and tests! Cheers, Andy -- http://wingolog.org/

Re: [PATCH] Add implementation of SRFI 27

2010-10-03 Thread Andreas Rottmann
Andy Wingo writes: > On Fri 01 Oct 2010 11:02, l...@gnu.org (Ludovic Courtès) writes: > >>> A slightly related question: I'm preparing patches to add SRFI 42 and >>> 67. I don't know if I'll find the time and motivation to also provide a >>> texinfo version of their specifications (and, contrary

Re: [PATCH] Add implementation of SRFI 45

2010-10-03 Thread Ludovic Courtès
Woow, great, thanks! Ludo’.