Re: [PATCH] Allow printing of malformed tree-il

2010-07-09 Thread No Itisnt
Looks good; a couple of comments inline. If you want to kill trailing whitespace, though, please do that as a separate commit, without any functional changes How do you reconcile that with 'delete-trailing-whitespace? Here we should produce a warning, I think, even if we are permissive.

Re: GSOC PEG project

2010-07-09 Thread Andy Wingo
Hi Michael, On Tue 06 Jul 2010 00:59, Michael Lucy michaelgl...@gmail.com writes: (use-modules (ice-9 peg)) (peg-find 'b'+ aabbcc) -- (2 4 bb) Humm, another thing to think about: (ice-9 regex) returns match structures, which are really just vectors; have a look at them, and if it makes sense

Re: GSOC PEG project

2010-07-09 Thread Andy Wingo
Good day sir or lady, Agreed regarding all of your points, and particularly: On Tue 06 Jul 2010 02:41, No Itisnt theseaisinh...@gmail.com writes: A personal whinge: I would like to be able to specify grammars in Scheme, using macros as the sugar instead of a different syntax. Yes! Exciting

Why Ice-9?

2010-07-09 Thread Noah Lavine
I am not completely sure this is the right place to ask this, but why do many of the module names in Guile start with 'ice-9'? I can tell you that as a newcomer this is quite unintuitive. Noah

Re: Why Ice-9?

2010-07-09 Thread Andy Wingo
On Fri 09 Jul 2010 19:59, Noah Lavine noah.b.lav...@gmail.com writes: I am not completely sure this is the right place to ask this, but why do many of the module names in Guile start with 'ice-9'? I can tell you that as a newcomer this is quite unintuitive. Heh, I thought that too, once.

Re: Why Ice-9?

2010-07-09 Thread Andreas Rottmann
Andy Wingo wi...@pobox.com writes: On Fri 09 Jul 2010 19:59, Noah Lavine noah.b.lav...@gmail.com writes: I am not completely sure this is the right place to ask this, but why do many of the module names in Guile start with 'ice-9'? I can tell you that as a newcomer this is quite