Is there something like 'ignore-errors' in PicoLisp?

2013-08-15 Thread Thorsten Jolitz
Hi List, say I call (non-interactively) a PicoLisp TCP server from a (Emacs Lisp) program, and sometimes things go wrong, e.g. , | NIL -- Target not found | ? ` Now the server is in state where he does not process the incoming request - if I wou

Re: Is there something like 'ignore-errors' in PicoLisp?

2013-08-15 Thread Alexander Burger
Hi Thorsten, > , > | NIL -- Target not found > | ? > ` > ... > > I there a way to wrap the function calls send to the server in a kind of > 'ignore-errors' expression, that just returns NIL if things go wrong and > inhibits that the server goes int