标签: common-lisp asdf
有没有办法确定asdf系统包含一段代码?显然:
(let ((p *package*)) (defun get-package () p))
获取编译代码的包是微不足道的。什么是asdf系统的等价物?
我可以满足于: