Hi Neil, Neil Jerram <n...@ossau.uklinux.net> writes:
> Is there a reason why we don't just move all the SRFI C code into the > core libguile? I think that would be a general fix. While not officially documented, libguile-srfi-srfi-1 and its API are in fact public and should remain available. Rather than move C code from there to libguile, I was thinking about moving C code to Scheme, which, as Andy pointed out, will often boil down to reverting an old rewrite from Scheme to C. :-) Thanks, Ludo’.