SublimeREPL
SublimeREPL copied to clipboard
Clojure REPL won't print
I have clean Clojure project created by Leiningen and when I start repl seems to start but enter just makes new lines and it never prints anything. Also these ctrl + , => s etc. keybindings don't have any effect. Any ideas what I am missing or how to debug problem?
nREPL server started on port 63347 on host 127.0.0.1 - nrepl://127.0.0.1:63347
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_152-b16
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
user=> (+ 1 2)