Fork me on GitHub
#devcards
<
2016-11-24
>
bhauman15:11:52

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

bhauman15:11:00

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

bhauman15:11:59

This consistency would be more predictable.