Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-11 Thread Andy Wingo
Hi, On Sat 10 Apr 2010 16:23, David Pirotte writes: > (dynamic-call "init_gtrees_module" > (dynamic-link "/usr/local/lib/gtrees-0.3/libgtrees.so"))) For what it's worth, (load-extension "/usr/local/lib/gtrees-0.3/libgtrees" "init_gtrees_module") is more concise. > If

Re: (r6rs io ports)

2010-04-11 Thread Andy Wingo
Hi Julian, On Sun 11 Apr 2010 05:34, Julian Graham writes: > R6RS `raise' is implemented in terms of Guile's `throw' -- my > implementation just uses a wrapper record type that encapsulates the > original exception object for handling by R6RS exception handlers and > optionally stores a continua

Re: (r6rs io ports)

2010-04-11 Thread Andy Wingo
Hi! On Sat 10 Apr 2010 21:03, Mike Gran writes: > not having R6RS IO could be a problem when marketing 2.0. I wouldn't worry about it. If it actually were a problem, 2.2 should happen within a year. Andy -- http://wingolog.org/

Re: docstrings and scm_c_define_gsubr

2010-04-11 Thread Andy Wingo
Heya, On Sat 10 Apr 2010 21:09, Mike Gran writes: > I wonder if I might be able to convince one of you fine > gentlemen to hack together a version of scm_c_define_gsubr > that takes a locale C string as a docstring. Should all subrs have docstrings? Currently when you ask for the documentation

Re: Merging R6RS libraries?

2010-04-11 Thread Andy Wingo
Hi Julian, Sounds like you've had some great progress! This is excellent :-) On Sun 11 Apr 2010 05:50, Julian Graham writes: > $ ./meta/uninstalled-env guile-tools compile module/6/rnrs.scm > [does not work] > > scheme@(guile-user)> (compile-file "module/6/rnrs.scm") > [works] Dunno, will poke

Re: (r6rs io ports)

2010-04-11 Thread Mike Gran
Hi- > From: Ludovic Courtès l...@gnu.org > I think that if we can provide (rnrs io ports) > with a reasonably smalleffort, then it’s probably > worth it (the only new feature would be EOL > handling, AFAICS). I happen to have some R6RS EOL handling code lying around.  I'll try to push it this

Re: [Guile-commits] GNU Guile branch, wip-manual-2, updated. release_1-9-9-85-g0a864be

2010-04-11 Thread Ludovic Courtès
Hi Neil, "Neil Jerram" writes: > Improvements to Introduction chapter > > * doc/ref/intro.texi (Introduction): Change "some" to "the". > (Guile and Scheme): "multithreading" -> "multithreaded". > (Combining with C): Mention "libguile" as library name. > (Guile and

Re: [Guile-commits] GNU Guile branch, wip-manual-2, updated. release_1-9-9-85-g0a864be

2010-04-11 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Hi Neil, Hi Ludo! > "Neil Jerram" writes: > >> Improvements to Introduction chapter >> >> * doc/ref/intro.texi (Introduction): Change "some" to "the". >> (Guile and Scheme): "multithreading" -> "multithreaded". >> (Combining with