> On Fri, 9 Jun 2017 10:17:18 +0200
> Catonano wrote:
> >
> If you want to manipulate a scheme bytevector at the C level you can
> also look at the c-write procedure here for ideas:
> https://github.com/ChrisVine/guile-a-sync/blob/master/lib/unix_write.
> c
>
> (As a point of detail, this proced
On Fri, 2016-08-26 at 14:59 -0500, Christopher Allan Webber wrote:
> Hello! So, as some of you know, I'm working on a federation
> implementation in Guile. This needs a few things:
>
> - Random tokens which won't collide, for various purposes
There's a function in libgcrypt, gcry_create_nonce.
I have a C autotools project with guile extensions that I'm trying to
cross-compile, however even when I think I'm disabling building the
extensions (--without-guile), it appears that configure is trying to
check for guile. Then configure fails, because, well there's no guile
for my cross compile t