[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FFI Idea
From: |
Matt Birkholz |
Subject: |
Re: FFI Idea |
Date: |
Sat, 22 Feb 2020 09:20:42 -0700 |
User-agent: |
Evolution 3.34.1-2 |
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.
- FFI Idea, Scheming Pony, 2020/02/18
- Re: FFI Idea,
Matt Birkholz <=