(defmacro char-generator [sym form] `(do (generator ~sym ~form) (generator ~(symbol (str sym "-string")) (string-of ~sym))))
Comments top
No comments for char-generator. Log in to add a comment.