Hello,
do you mean si_safe_eval? I can't find save_eval function, but
si_safe_eval prints the error if desired.
I've added corresponding documentation issue:
https://gitlab.com/embeddable-common-lisp/ecl/issues/197
Generally, if you provice si_safe_eval with four arguments (incliding
the nargs),
Hi all,
Uncaught error conditions in lisp code don't display in *standard-output*
for me, when ecl is running embedded in c (i presume the reason is that i'm
calling the lisp functions using save_eval()).
My workflow on the shell while developing is then to do ctrl-c which drops
me to the REPL, a