Fork me on GitHub
#clojure-spec
<
2018-07-28
>
burbma03:07:26

How can I get the forms to evaluate before going into the macro?

valerauko06:07:43

not sure if this is what you're looking for, but i have something like this

(def context-kw (keyword "ap.object" "@context"))
(eval `(s/def ~context-kw map?))

👍 4