john-science / slowloris

A DIY-LISP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REPL need not say "Defined."

john-science opened this issue · comments

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.