Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.68 KB

readme.md

File metadata and controls

29 lines (23 loc) · 1.68 KB

Dirac GitHub license Clojars Project Travis Sample Project

Dirac is a Chrome 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 goodness
    • global keyboard shortcut for focusing the console prompt
  • custom formatters enabled by default (for 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

ClojureScript REPL

Documentation