Hello,
I have this macro in my code:
(defmacro interpol (string)
(with-input-from-string (s (prin1-to-string string))
(cl-interpol:interpol-reader s nil nil :recursive-p nil)))
So I don't need to use the reader syntax. I just use the macro.
What do you think of including in cl-interpol?