Skip to content

Commit 9e444a0

Browse files
committed
Show the name of the current namespace
1 parent 90ee1c9 commit 9e444a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/try_clojerl/repl.clje

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
(tutorial/check-expr? s)
7676
#erl[res (str *out*) (str *err*)]))))
7777

78-
(defn prompt [] (str *ns* "=> "))
78+
(defn prompt [] (str (.name *ns*) "=> "))
7979

8080
(defn build-reply
8181
[& keyvals]

0 commit comments

Comments
 (0)