[gambit-list] Mixing C++ with Scheme

Álvaro Castro-Castilla alvaro.castro.castilla at gmail.com
Fri Mar 2 14:57:50 EST 2012


Hi Patrick,

I did this long ago, it is a small sample app for testing a plugin of
Voreen rendering system I made. It uses Boost libraries, so I think it
can serve as a reference.

https://github.com/alvatarc/smartmatter/tree/master/ipcc

I hope it is useful


Best regards



On Fri, Mar 2, 2012 at 8:33 PM, Patrick Bene <pubbybene at gmail.com> wrote:
> 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.
>
> --
> Patrick
> _______________________________________________
> Gambit-list mailing list
> Gambit-list at iro.umontreal.ca
> https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list



More information about the Gambit-list mailing list