On Tuesday, 26 September 2017 12:28:26 UTC+1, baptiste...@oscaro.com wrote:
>
> I was using read-line to read a large line and found it limits its input 
> to 4095 chars. I tested this on both Clojure 1.8.0 and 1.9.0-beta1. 
>
> I tested this on Windows. I found that piping from the CMD.EXE command 
line into a compiled uberjar was OK (I tested up to 32K and gave up) but 
pasting into the prompt of a repl was not. (I could get up to approx 8K of 
ASCII) This was true of lein repl and clojure's own repl.

I got similar on Linux (Fedora LXQT) - 'unlimited' for piping but 4096 for 
pasting into a repl prompt.

I looked at the source code, can't see why.

Hope that helps someone.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to