# Dirac [](license.txt) [](https://clojars.org/binaryage/dirac) [](https://travis-ci.org/binaryage/dirac) [](https://github.com/binaryage/dirac-sample) Dirac is a [Chrome DevTools](https://developer.chrome.com/devtools) fork with extra features to aid development in ClojureScript. #### Features * REPL integrated into DevTools Javascript console * can eval ClojureScript in the context of currently selected stack frame (activated breakpoint) * [Parinfer](https://shaunlebron.github.io/parinfer) goodness * global keyboard shortcut for focusing the console prompt * custom formatters enabled by default (for [cljs-devtools](https://github.com/binaryage/cljs-devtools)) * custom formatters are displayed inline in Source panel during debugging * 'Object Properties' better display ClojureScript properties: * macro-generated names are renamed to friendly names using sub-indexes * properties are grouped, the most important properties at the top * properties with nice names go first * then macro-generated names * then null values * then undefined values  #### Documentation * **[Motivation](docs/motivation.md)** * **[Installation](docs/install.md)** * **[Configuration](docs/configuration.md)** * **[Example project](https://github.com/binaryage/dirac-sample)** * **[FAQ](docs/faq.md)**