This is a problem in nREPL. The way I solved this is to run REPL on the command line with:
lein repl
This will start a process with which you can connect from LightTable or Emacs. It will print information, for example:
nREPL server started on port 51395 on host 127.0.0.1 ^^^^^
Now in LightTable add a connection -> Clojure Remote -> 127.0.0.1:XXXXX
XXXXX should equal the port printed with lein repl.
If you are in Emacs, cider has the same problem. Follow the same steps as for running lein repl, then use Mx cider-connect (the default keyword is Cc Mc).
agarman
source share