You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)))"
The text was updated successfully, but these errors were encountered: