Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read-line in clooj 0.3.4 repl #90

Open
DevrosTheOne opened this issue May 24, 2012 · 1 comment
Open

read-line in clooj 0.3.4 repl #90

DevrosTheOne opened this issue May 24, 2012 · 1 comment

Comments

@DevrosTheOne
Copy link

The clooj seems to have problems using the read-line call in repl. This (def x (read-line)) will work in 1.3 and 1.4 but clooj 0.3.4 does a call dump if you try to examine or print x

(do (clojure.core/dorun (clojure.core/map (fn* [p1__1044__1045__auto__](try %28clojure.core/require p1__1044__1045__auto__%29 %28catch java.lang.Exception 1046__auto%29)) (quote ()))) (clojure.core/binding [clojure.core/source-path "NO_SOURCE_PATH" clojure.core/file "NO_SOURCE_PATH"](clojure.core/last %28clojure.core/map clojure.core/eval %28clojure.core/let [sr__1039__auto_ %28java.io.StringReader. ""hello""%29 rdr__1040__auto__ %28clojure.core/proxy [clojure.lang.LineNumberingPushbackReader] [sr__1039__auto__] %28clooj.repl/getLineNumber [] %28clojure.core/+ 0 %28clojure.core/proxy-super clooj.repl/getLineNumber%29%29%29%29] %28clojure.core/take-while %28fn* [p1__1038__1041__auto__] %28clojure.core/not= p1__1038__1041__auto__ :EOF_REACHED%29%29 %28clojure.core/repeatedly %28fn* [] %28try %28clojure.core/read rdr__1040__auto__%29 %28catch java.lang.Exception e__1042__auto__ :EOF_REACHED%29%29%29%29%29%29%29)))"

@mjg123
Copy link

mjg123 commented Mar 27, 2013

I've noticed this is still present in 0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants