文件名称:遍历器
文件大小:2KB
文件格式:ZIP
更新时间:2024-03-14 01:44:30
CommonLisp
穿越者 描述 这是遍历SBCL类图的示例,使您可以检查节点。 有关更多选项,请参见源代码中的帮助。 调试 ; ;; debugging during execution a'la byebug ( loop for x from 1 to 5 collect ( progn (inspect x) x)) ( loop for x from 1 to 3 collect ( progn (break) x))
【文件预览】:
traverser-master
----README.org(431B)
----traverser.lisp(5KB)