A Simple Adobe Brackets plugin to evaulate Clojure expressions in Brackets!
Download the extension clj-brackets.zip
Open Brackets' extension folder by clicking on 'help' -> 'Show Extensions Folder' in Brackets and then extracting the downloaded extension into the user folder.
Open a terminal and navigate to your Clojure project and start the wrepl, which will start the HTTP REPL on port 7777
Now you can evaluate Clojure expressions in Brackets by selecting the expression and firing the keyboard event: cmd+E
Copyright © 2013 FIXME
Distributed under the Eclipse Public License, the same as Clojure.