From: Barry Margolin
Subject: Re: The "Lisp World" mentality.
Date: 
Message-ID: <2272b8INN30p@early-bird.think.com>
In article <··················@pdx800.intel.com> ····@ichips.intel.com writes:
>Another offender, usually the worst offender, is the tendency of Lisp
>systems to pop into some kind of weird debugging environment at the
>tiniest error.

It's better than dumping core, isn't it?

If you don't want your application putting the user into the debugger,
there are straightforward, portable ways to bypass it.  Since Lisp doesn't
know where your application's top-level loop is, it can't do this
automatically (it could pop all the way out to the Lisp read-eval-print
loop, but that's almost as bad as dumping core).
-- 
Barry Margolin
System Manager, Thinking Machines Corp.

······@think.com          {uunet,harvard}!think!barmar