cl-heredoc

reader macro for heredocs in Common Lisp
  https://github.com/e-user/cl-heredoc
  0
  no reviews



Cl-heredoc is an implementation of "here documents" that allow the user to embed literal strings into code or data without any need for quoting, something that is missing in both ANSI Common Lisp and popular implementations.

It is implemented in portable, ANSI-standard Common Lisp.