4

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?

Colin Bacon
  • 15,436
  • 7
  • 52
  • 72

1 Answers1

1

Yes, I have had this trouble with versions 2 and 3. From what I can see, it's a known issue. I have also reported it on GitHub: https://github.com/wuub/SublimeREPL/issues/356

Also, this solution worked for me: Sublime Text, SublimeREPL, Clojure & Windows 8

Community
  • 1
  • 1
yawmark
  • 1,934
  • 14
  • 16