How to run existing Clojure programme in Sublime REPL
问题 I have setup sublime REPL(Sublime 2, MAC) and able to run small Clojure programs like (+ 2 2) . I have created a small project using lein lein new app clojure-noob and I am able to run it via lein repl . And it loads the main class defined inside the project. How can I load the same main class in Sublime REPL. 回答1: All you need to do is open your project's project.clj file in Sublime, make sure it has focus, then select Tools → SublimeREPL → Clojure → Clojure . This runs lein repl in project