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
Have a script with (ns <namespace> ...) at the top.
Define some variables with filler values.
Run C-x C-e on one of the variables.
The inf-clojure repl will report
Syntax error compiling at (REPL:0:0).
Unable to resolve symbol: <variable name> in this context
## Make C-x C-e respecet the file namespace it was triggered from