Fork me on GitHub
#clojure-dev
<
2019-06-16
>
john04:06:10

For posterity, here's a macro to play with similar ideas:

john04:06:10

Then you can do ((%% (println "hi" %1:bob)) {:bob 2} 3)) to get hi 2 out

john04:06:52

you could drop that behind a tag reader too I suppose

john04:06:35

needs nesting prevention too