Hi.
I like to write code on Clojure.
But after emacs it’s hard without slime and expression evaluation.
So, I wrote a little socket-based REPL and Sublime plugin for it.
First, download and build github.com/kondratovich/socket-repl.
Second, download github.com/kondratovich/evaluate. Instructions in README.
Now, you can run socket-repl and evaluate selected clojure expressions. Results will be in console.
Any suggestions ? You are welcome.