And when I work with complex CLJC, I often have problems with macros. They often need to output different code depending on the compilation target (Clojure? Clojurescript? Dev, release?) Reader conditionals cannot be applied to that problem, so here is my simple solution: https://github.com/helins/medium.cljc
That's awesome!
No mention of https://github.com/cgrand/macrovich in the README?
Hmmm, not exactly the same goal but you are right, I'll add a small "prior work" section ;)