Hello,
I’m interfacing Julia for a CAS called FriCAS, which is built on top of a Common LISP environment, in my case SBCL.
SBCL needs to catch signals for memory management and other things and I wonder how to use the jl_parse_opts or jl_set_ARGS, having in mind that at least libsupport needs to be initialized I think. I can dirty hack Julia source code (really dirty, modify the source code and the build process) but my question is how to bypass Julia signals handling when using libjulia.so.
Any ideas or hints?
Greg