On Wed, 2020-02-19 at 04:20 +0000, Scheming Pony wrote: > In S7 Scheme, you can define C code by embedding it in Scheme:
> I seem to remember MIT/Scheme being able to generate portable C code. > Would restricting use of MIT/Scheme to this mode facilitate techniques like > the above for FFI in MIT/Scheme? What's the point? You'd be stuck in worlds compiling to C. If you put your C function in a .c file and compile it, you can call out to it from any kind of Scheme world.