announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
Helins 2021-04-10T10:43:10.397700Z

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

👏 3
1
Karol Wójcik 2021-04-19T10:10:14.462800Z

That's awesome!

👍 1
borkdude 2021-04-10T11:14:26.398300Z

No mention of https://github.com/cgrand/macrovich in the README?

Helins 2021-04-10T11:30:17.398700Z

Hmmm, not exactly the same goal but you are right, I'll add a small "prior work" section ;)