Nightcode
Nightcode copied to clipboard
error message in instant repl, importing namespace
im new in clojure, so maybe this is not important. first an image
in niightcode 2.60 i get this error in instant repl
but it doesnt afect the execution
i opened it in nighlight editor, and on it, is working good.
thats all
Yep you're not doing anything wrong, it's just a limitation of Nightcode. The instarepl basically only works with clojure core because it is running separately from your project. Nightlight doesn't have this limitation because it is running inside your project so it has access to everything.