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
Something is wrong in the namespace setup (I think).
--> lein repl
nREPL server started on port 49447 on host 127.0.0.1 - nrepl://127.0.0.1:49447
REPL-y 0.4.3, nREPL 0.6.0
Clojure 1.10.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_121-b13
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Exit: Control+D or (exit) or (quit)
Results: Stored in vars *1, *2, *3, an exception in *e
koan-engine.runner=> (string/join '(1 2 3))
Syntax error compiling at (form-init1178655580028819709.clj:1:1).
No such namespace: string
The koans themselves run successfully. This is MacOS. Sorry if I'm doing something dumb.
The text was updated successfully, but these errors were encountered:
I think there are probably improvements we can make to the koans in order to make it clearer what's going on with namespaces, so I'll leave this open as a reminder (and in case anyone wants to tackle it!)
Something is wrong in the namespace setup (I think).
The koans themselves run successfully. This is MacOS. Sorry if I'm doing something dumb.
The text was updated successfully, but these errors were encountered: