Skip to content

interpol macro? #12

@mmontone

Description

@mmontone

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions