I'm trying to use SublimeREPL with Sublime Text 2 so that I can programme with Clojure. I have installed SublimeREPL using the package manager.
I go to
Tools > SublimeREPL > Clojure
and start a repl this seems to start fine, but whatever I type in and hit enter does nothing. It does not return anything not even an error.
I have Lein installed.
I am using a Windows PC
Has anyone had this problem?