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
"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
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
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
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
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,