john-science / slowloris

A DIY-LISP.
5 stars 3 forks source link

REPL need not say "Defined." #22

Closed john-science closed 10 years ago

john-science commented 10 years ago

The general rule for the REPL should be that it only prints results when there is a returned result, or an error.

There is no need for success messages, like the current Defined. message when a define statement concludes correctly.