concerns when integrating C++ code into guile?

2015-01-06 Thread Matt Wette
What are the concerns when integrating C++ code into guile? I'm guessing interleaved C++ exception handling, but are there others. Assuming the C++ code calls no guile code, should all C++ exceptions be caught at the interface? Matt

Re: How to add Guile support to a package

2015-01-06 Thread Hans Aberg
> On 5 Jan 2015, at 18:34, Antonio Ceballos wrote: > This is only a rough plan, but one of the things that I have in mind is > to allow users provide their own evaluation function as an Scheme > expression. That would be possible when GNU Chess is run in a > especial new mode whereby the Guile e

Re: How to add Guile support to a package

2015-01-06 Thread Antonio Ceballos
Thanks for your advice, and thanks to all of you guys for your warnings and suggestions. Definitely, I will get back for review when I have something. Regards, Antonio On Mon, Jan 5, 2015 at 8:45 PM, Ludovic Courtès wrote: > Antonio Ceballos skribis: > >> For that purpose, I think that I need