Will tango also implement setjmp for D. Very many lib's in C out there (including ours use TRY CATCH macros with setjmp and longjmp for exception handling in C. And does anyone know of a simple way to wrap up such libraries so that D's exception could be used instead? Zz