Andreas Rottmann writes:
> * Its code uses syntax-case (as specified in R6RS) in quite a few
> places. I hope that Guile's macro problems (which currently interact
> horribly with modules) will be resolved at some point, and that it
> will gain full syntax-case support. Can anybody hint at
Andy Wingo writes:
> Hello!
>
> Your insights in reverse:
>
> On Sat 21 Feb 2009 03:52, Andreas Rottmann writes:
>
>> it might make sense to provide a pure-Scheme FFI inside Guile core
>> (perhaps just molding the current G-Wrap runtime library into shape).
>> Once you have that, you can create
Hello!
Your insights in reverse:
On Sat 21 Feb 2009 03:52, Andreas Rottmann writes:
> it might make sense to provide a pure-Scheme FFI inside Guile core
> (perhaps just molding the current G-Wrap runtime library into shape).
> Once you have that, you can create bindings without the need for any