Returning to top-level on error



Can Lisp be told not to enter the "break loop" when encountering an error, but instead just return to the top-level?

I'm a newbie and I'm typing all kinds of junk into the top-level by way of exploration. I don't want Lisp to enter the break loop when I type in something nonsensical - I just want it to describe the problem and return to top-level.

If this cannot be done in ANSI CL, then a means for doing it in clisp would be most helpful.

thankyou,
Nick.
.



Relevant Pages

  • Re: Returning to top-level on error
    ... > I'm a newbie and I'm typing all kinds of junk into the top-level by ... I don't want Lisp to enter the break loop when I ... You can write your own REPL: ...
    (comp.lang.lisp)
  • Re: Returning to top-level on error
    ... I'm a newbie and I'm typing all kinds of junk into the top-level by way of exploration. ... I don't want Lisp to enter the break loop when I type in something nonsensical - I just want it to describe the problem and ...
    (comp.lang.lisp)