metam.textgen
gen-map
(gen-map template-fn xs)(gen-map template-fn xs sep)Applies the template function to each item of the collection and joins the output strings using the given separator string.
gen-with
macro
(gen-with x & exprs)Transforms keywords and bare function symbols to a call to these with x as their only argument, e.g. :name becomes (:name x).