(defmacro smthing (x)
(let* ((nmstr (concatenate 'string "print-" x))
(nsymb (with-input-from-string (s nmstr) (read s nil))))
`(defun ,nsymb NIL (print ,x))))- `*print-escape*', part II xur
- ugly, but it's working... xur
- Re: `*print-escape*', part II xur
- Re: `*print-escape*', part II Chris Baker
- Re: `*print-escape*', part II James A. Crippen
