Skip to content
/ dirac Public
forked from binaryage/dirac

A Chrome DevTools fork for ClojureScript developers

License

Notifications You must be signed in to change notification settings

mtruyens/dirac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Chrome DevTools fork for ClojureScript developers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.5%
  • Clojure 4.8%
  • CSS 4.6%
  • Python 1.8%
  • Java 0.9%
  • Shell 0.3%
  • HTML 0.1%