devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
bhauman 2016-11-24T15:27:52.000199Z

@peeja I think the way to go here is to copy Clojure's approach to defn

bhauman 2016-11-24T15:29:00.000200Z

you have to have a string literal with defn but if you need to do something dynamically you can add meta data to the var

bhauman 2016-11-24T15:29:59.000201Z

This consistency would be more predictable.