Is it normal to have really slow text transfer in Sublime Text 2 with the Clojure REPL?
Asked Answered
L

1

8

Text transfer is really slow for me in Sublime Text 2, especially multiline text (each line takes about 2 seconds to print in the repl before evaluating the whole expression...) Is it normal?

It would be better if I could remove line endings before sending expressions to the repl, so in my command, I've added a step:

text = text.rstrip()

but it doesn't work.

How can I make this faster?

Lenin answered 30/12, 2013 at 8:16 Comment(0)
C
12

Change the SublimeREPL clojure command from lein repl to lein trampoline run -m clojure.main. Everything should be nice and fast after that.

The file you want to change is SublimeREPL/config/Clojure/Main.sublime-menu

Cannonry answered 30/12, 2013 at 8:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.