So regular clojure repl works fine, (read-line)
collects input, then echos it. Using lein repl
though, never echoes any input characters, nor does it ever allows me to return from any stdin reading commands.
I'm sure it has something to do with rebinding in, but was wondering if there is a workaround/fix?
Thanks.