Hello,
I'm trying to mix Gambit Scheme with C++ code and want to know the best way of going about it. My goal is to compile into an executable where the C++ code contains the main function, and also exports some functions for the Scheme code to use.
What is the best way to do this?
Thanks.