<div class="gmail_quote">On Tue, Jan 26, 2010 at 5:39 PM, Alex Goncharov <span dir="ltr"><<a href="mailto:alex-goncharov@comcast.net">alex-goncharov@comcast.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Does anybody see a downside to introducing a simple way to exit REPL<br>
with a status, via something like `(exit 1)'?<br>
</blockquote></div><br>The downside is yet another way to exit the Lisp.  How many interfaces do we need?  You already mentioned two.  Is it worth spending the kludge points to add a third method?  The advantage you cited is that unix-exit is too long for you to type.  Sounds like a worthwhile addition to your personal or site init file.<br>