thephoeron / let-over-lambda

Doug Hoyte's "Production" version of macros from Let Over Lambda, ready for ASDF and Quicklisp.
Other
131 stars 25 forks source link

Change from `|#>-reader|` to `cl-heredoc:read-heredoc` #14

Closed EuAndreh closed 8 years ago

EuAndreh commented 9 years ago

As commented by the author, he suggests the usage of cl-heredoc:read-heredoc. Should |#>-reader| be removed and replaced by it?