lfe / xrepl

An experimental, general purpose LFE REPL
Apache License 2.0
7 stars 1 forks source link

Nice exit messages #7

Closed oubiwann closed 6 months ago

oubiwann commented 6 months ago

Since almost (totally?) its very beginnings, LFE has made continuous references to HHGG, 42, etc. I think if would be fantastic if we did our own version of what Clojure does, but along our own HHGG theme ;-)

Clojure:

user=> (quit)
Bye for now!

xrepl:

lfe> (quit)
So long, and thanks for all the fish!