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

Re: [plt-scheme] Calling C from Scheme



At 28 May 2002 01:20:09 +0100, Paulo J. Matos wrote:
> I'm already able to call Scheme from C but how can I call C from
> Scheme?

Here's one answer:

 http://download.plt-scheme.org/doc/200alpha12/html/mzc/mzc-Z-H-2.html

Another answer is that C code calling into MzScheme can	install top-level
definitions (or modules):

 http://download.plt-scheme.org/doc/200alpha12/html/insidemz/insidemz-Z-H-4.html


Matthew