> Okay, so you can actually print password-masked characters. But I > can't figure out how to actually do anything I couldn't already do > with my command-line before JLine, except I can't seem to exit the > Clojure REPL with CTRL+c.
I presume you've read about JLine at http://jline.sourceforge.net/ given your masked character comment? I guess it's up to what you think is important. In my case I use jline because it gives proper line editing functionality with (by default) emacs key bindings. For example, "ctrl-a, ctrl-k" kills a line. "ctrl-p" gives me the line I just wrote, etc. For me, being used to primarily sitting at the zsh command line,I would not be able to use the plain REPL without it or I'd go nuts ;) -- / Peter Schuller -- 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