This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Guile & C++



Guile is written in C; it doesn't use any C++ features.  So the Guile
catch and throw mechanisms are implemented in terms of longjmp and
setjmp, and probably don't interact in any particular way with C++'s
exception mechanisms.