Task: Embed ECL lisp in my project, setup error handling and detailed error reporting (where occurred, kind of error, etc.)
I tried to do that such way:
cl_def_c_function_va(
c_string_to_object("SYSTEM:UNIVERSAL-ERROR-HANDLER"),
LispErrorHandler);
ECL have no documentation on its embedded API and no documentation on error handling...
Can you suggest how to implement that?