Re: Why is JLine better than just command-line?

2010-05-16 Thread Jason Smith
Thanks for the feedback! It seems like JLine operation is supposed to be obvious to anyone who uses *nix regularly. I know a couple of guys who this might interest, so I'll run this info by them and see if they bite. Thanks again! -- You received this message because you are subscribed to the

Re: Why is JLine better than just command-line?

2010-05-16 Thread Meikel Brandmeyer
Hi, On Sat, May 15, 2010 at 03:32:13PM -0700, Jason Smith wrote: > 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+

Re: Why is JLine better than just command-line?

2010-05-16 Thread Peter Schuller
> 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.n

Why is JLine better than just command-line?

2010-05-15 Thread Jason Smith
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'm curious because I have a number of Java-ish command line utilities,