There is an option gcc -fexceptions that the manual says generates
exception frames for all functions. As Guile is a library that may
open C++ files (and of other languages that may throw exceptions),
should it not have it in available at least in some form? (Guile
depends on some other lib
On 3 December 2010 12:35, Neil Jerram wrote:
> Andy Wingo writes:
>
>> But I would like to mention the downside of the dynamic FFI
>> approach: with the static FFI you get typechecking by the C
>> compiler, but with the dynamic FFI you're on your own.
>
> Interesting point, thanks.
>
>> I suppose