We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ee1c9 commit 9e444a0Copy full SHA for 9e444a0
src/try_clojerl/repl.clje
@@ -75,7 +75,7 @@
75
(tutorial/check-expr? s)
76
#erl[res (str *out*) (str *err*)]))))
77
78
-(defn prompt [] (str *ns* "=> "))
+(defn prompt [] (str (.name *ns*) "=> "))
79
80
(defn build-reply
81
[& keyvals]
0 commit comments