OT Slightly perhaps? Need scripting language compatible with C++exceptions

A

Asfand Yar Qazi

You all know the drill... destructors not called in C (or other
language) space, etc.

In addition, almost all scripting languages written in C use
setjmp/longjmp for exception handling, and (with Ruby anyway) this
causes internal memory corruption (as g++ 3.2, for example, uses another
mechanism for exception handling, not setjmp/longjmp.)

So, my question is this: is there a scripting language written
especially for interoperation with C++, that doesn't need me to jump
through hoops to use exception handling, destruction of objects, etc??

Thanks,
Asfand Yar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top