[plt-scheme] Getting started embedding mzscheme in Windows/VS2008
jacmoe wrote:
> [...]
> Is there any other small example of embedding mzscheme in C++ ?
> [...]
Hello,
some time ago I played around with embedding PLT Scheme as a Mozilla
XPCOM component. The C++ source is here:
https://code.launchpad.net/~chust/+junk/MzXPCOM
The code should be functional and it used to compile with both the
conservative and the precise garbage collection runtimes. Maybe there's
something useful for you inside :-)
Ciao,
Thomas
--
When C++ is your hammer, every problem looks like your thumb.