The version of Clojure that I was using's read-line function was
broken obviously, the release version works.
On Feb 3, 3:37 pm, Rayne wrote:
> Whenever I try to use read-line, the program compiles but when it's
> run and it gets to where it uses the function it gives me this error
>
> Exception
Whenever I try to use read-line, the program compiles but when it's
run and it gets to where it uses the function it gives me this error
Exception in thread "main" java.lang.ClassCastException:
clojure.lang.LineNumberingPushbackReader cannot be cast to
java.io.BufferedReader
at clojure.co