Are there any examples of integrating Gambit with C++? I'm looking for an example of how I should call a Scheme function within Gambit.
I understand that all the Scheme code would be compiled but where would I find the "entry point" into Gambit and how would I call my Scheme function?
Thanks, Joel