Hi - Just downloaded the new Clojure 1.9.0 package. When I tried the repl I noticed that it doesn't respond to either `exit` or `quit` as one might expect from the lein repl:
~/cool/tools > clj Clojure 1.9.0 user=> (+ 2 3) 5 user=> exit CompilerException java.lang.RuntimeException: Unable to resolve symbol: exit in this context, compiling:(NO_SOURCE_PATH:0:0) user=> user=> quit CompilerException java.lang.RuntimeException: Unable to resolve symbol: quit in this context, compiling:(NO_SOURCE_PATH:0:0) user=> ^D ~/cool/tools > Lein repl for comparison: ~/tupelo > lein repl nREPL server started on port 37115 on host 127.0.0.1 - Clojure 1.9.0 tupelo.core=> exit Bye for now! ~/tupelo > ~/tupelo > lein repl nREPL server started on port 40639 on host 127.0.0.1 - Clojure 1.9.0 tupelo.core=> quit Bye for now! ~/tupelo > The new repl does terminate upon CRTL-D or CRTL-C, but many users will probably be confused that `quit` and `exit` are not accepted. Should I file a JIRA? Alan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.