So, this is what I want to do
(def body `(prn sth)) (defn f [sth] body) (f "hello") ; can it prn hello here?
Is this possible?