oakes / Nightcode

An IDE for Clojure
https://sekao.net/nightcode/
The Unlicense
1.4k stars 126 forks source link

error message in instant repl, importing namespace #255

Open mikelemus27 opened 5 years ago

mikelemus27 commented 5 years ago

im new in clojure, so maybe this is not important. first an image

nightcodeerror

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. nightlight ok

thats all

oakes commented 5 years ago

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.