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
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
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/
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
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
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
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
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