Re: Lightning Bindings

2010-05-31 Thread Noah Lavine
Hi Ludo, I didn't realize guile-lightning existed! It looks like that project already has most of the code for Lightning bindings, so it might be better to try to update it to work with Guile 2.0. I also saw your idea for JIT, which I could work on as well. However, all three projects use diffe

Re: Upgrade to GFDLv1.3+?

2010-05-31 Thread Ludovic Courtès
Hi, Andy Wingo writes: > On Fri 28 May 2010 13:55, l...@gnu.org (Ludovic Courtès) writes: > >> Anything against switching the manual from GFDLv1.2+ to GFDLv1.3+? > > Not from my side :) Done! Thanks, Ludo’.

Re: char-set-contains? and #

2010-05-31 Thread No Itisnt
On Mon, May 31, 2010 at 3:39 AM, Andy Wingo wrote: > Hi, > > [keeping the list cc'd] I apologize ; I keep doing that because I'm using this webmail interface. I really need to set up my email properly one of these days.

Re: char-set-contains? and #

2010-05-31 Thread Ludovic Courtès
Hi, Andy Wingo writes: > On Sun 30 May 2010 22:24, No Itisnt writes: > >>> For example, what would you have Guile do here: >>> >>>  (even? #f) => ? >>>  (char-whitespace? 42) => ? >> >> I'd have it raise an error. >> The reason it bothers me is because it makes it cumbersome to deal w

Re: Upgrade to GFDLv1.3+?

2010-05-31 Thread Andy Wingo
On Fri 28 May 2010 13:55, l...@gnu.org (Ludovic Courtès) writes: > Anything against switching the manual from GFDLv1.2+ to GFDLv1.3+? Not from my side :) A -- http://wingolog.org/

Re: char-set-contains? and #

2010-05-31 Thread Andy Wingo
Hi, [keeping the list cc'd] On Sun 30 May 2010 22:24, No Itisnt writes: >> For example, what would you have Guile do here: >> >>  (even? #f) => ? >>  (char-whitespace? 42) => ? > > I'd have it raise an error. > >>> The reason it bothers me is because it makes it cumbersome to deal >>> with inpu