I installed ClojureBox and the REPL is not working.
If I type (+ 1 2)
into the *slime-repl clojure*
buffer and press enter, the expression text becomes bold as if it has been evaluated, but there is no result of the evaluation printed on the screen.
Can anyone help me figure out why my REPL is not printing the evaluation results?
Thanks.