[ 源代码: cl-heredoc ]
软件包:cl-heredoc(0.1.0~git20210329.a8c8a35+ds1-1)
cl-heredoc 的相关链接
Debian 的资源:
下载源码包 cl-heredoc:
- [cl-heredoc_0.1.0~git20210329.a8c8a35+ds1-1.dsc]
- [cl-heredoc_0.1.0~git20210329.a8c8a35+ds1.orig.tar.xz]
- [cl-heredoc_0.1.0~git20210329.a8c8a35+ds1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
reader macro for heredocs in Common Lisp
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.