ClojureScriptConsole
A Chrome extension compatible with Chrome 18+ to allow writing of ClojureScript within the Web Inspector and run it within the context of the current window, just like the built-in console.
Installation
- Drop the coffeeconsole.crx file into the Chrome browser.
- Load the Web Inspector and click on ClojureScriptConsole
Features
- Syntax highlighting provided via the ACE editor http://ace.ajax.org/
- ClojureScript compilation https://github.com/kanaka/clojurescript
- Command+Enter or Shift+Enter to run the current script
Copyright 2012, Jonathan Snook Released under the MIT License