lein repl
--
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 emai
How did you start your REPL?
--
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 th
Hi.
I'm getting extra empty line in the clojure repl after evaluation:
user=> 1
1
user=>
user=>
I'm on windows, probably the problem is in the line endings? This appears
with Clojure v1.8+. However I haven't seen this in the earlier versions of
Clojure.
How to fix this? It's a bit annoying...