At the plain Clojure REPL (not running through swank or lein) the standard 
input is where you're typing, so you can't simultaneously read data from it. 
 Swank and lein both manipulate standard input/output in strange ways.

If you want direct access to standard input/output from a Clojure program, 
you probably want to run without a REPL, like "java -cp ... clojure.main 
your_program.clj".  Or write your program to open a file and read from that.

-S

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