Using jline you can exit with ctrl-d. This is from the clojure web
site in Getting Started:

The REPL has very rudimentary editing. For a better experience, try
running it via the JLine ConsoleRunner:
java -cp jline-0_9_5.jar:clojure.jar jline.ConsoleRunner clojure.main

On Feb 24, 4:38 pm, rogerdpack <rogerpack2...@gmail.com> wrote:
> Hello all. A bit new to clojure here.  Anyway I found it a bit
> difficult to exit from a REPL.
> Would a patch to make it give instructions (like Python's
>
> C:\>c:\installs\Python26\python.exe>>> exit
>
> Use exit() or Ctrl-Z plus Return to exit
>
>
>
> )
>
> like that have a chance to be accepted?
>
> Also is there any way to contribute patches to the clojure website
> itself? (maybe put it up on github too?)
> Cheers!
> -r

-- 
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

Reply via email to