savannah back

2009-06-02 Thread Andy Wingo
Hey all, Savannah is back, with a backup of our Git repo from one month ago. I pushed master and syncase-in-boot-9; when you pull, you should get normal fast-forward updates. But other branches that changed in the last month (string_abstraction, string_abstraction2, Daniel's brainfuck compiler) wi

Re: Publishing the manual...

2009-06-02 Thread Neil Jerram
"Jose A. Ortega Ruiz" writes: > Hi Neal. This sounds neat. I was thinking that, by the time the manual > hits the bookshelves, Geiser will probably have matured to the point of > having documentation: if you and/or the editors think it'd be worth it, > count on me to contribute (or help with) a s

Re: Publishing the manual...

2009-06-02 Thread Neil Jerram
Andy Wingo writes: > Consider adding a section on GOOPS, from the GOOPS manual and tutorial. > Folding that into the Guile manual would be great. Yes, absolutely, I already had that in mind. There's no case for GOOPS to be separated out any more, and it's a fun bit of the technology. I'll assu

Re: Publishing the manual...

2009-06-02 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Perhaps GNU Diction (http://www.gnu.org/software/diction/) can help with > it, but I've never actually used it. Thanks for the idea! I'll give it a try... Neil

Re: [Guile-commits] GNU Guile branch, syncase-in-boot-9, updated. e3c5df539640a36eb1493f581087d54a4714f337

2009-06-02 Thread Neil Jerram
Andy Wingo writes: >>> * module/ice-9/boot-9.scm: Remove #' read-hash extension, which actually >>> didn't do anything at all. It's been there since 1997, but no Guile >>> code I've ever seen uses it, and it conflicts with #'x => (syntax x) >>> from modern Scheme. >> >> I fi

Re: savannah back

2009-06-02 Thread Neil Jerram
Andy Wingo writes: > Hey all, > > Savannah is back, with a backup of our Git repo from one month ago. I > pushed master and syncase-in-boot-9; when you pull, you should get > normal fast-forward updates. But other branches that changed in the last > month (string_abstraction, string_abstraction2,