guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SRFIs


From: Ludovic Courtès
Subject: Re: SRFIs
Date: Mon, 18 Sep 2017 22:12:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Arne Babenhauserheide <address@hidden> skribis:

> Christopher Howard <address@hidden> writes:
>
>> Do the SRFIs typically require any C hacking? It seems in Guile there
>> is usually a C function for each built-in scheme function, but I'm not
>> sure how that applies to SRFIs.
>
> Most should not, but they do need good mapping to the performance
> characteristics of Guile, so you’ll need some experimenting to get them
> just right.

In practice the C code base in libguile is mostly concerned with libc
bindings, the VM, and other low-level things, not with high-level Scheme
APIs typically found in SRFIs.

So don’t worry, no C involved.  :-)

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]