- 博客(2)
- 收藏
- 关注
原创 一个简单的lisp递归函数
习题链接: https://acl.readthedocs.io/en/latest/zhCN/ch2-cn.html## (defun mystery (x y) (if (null y) nil (if (eql (car y) ...
2020-03-23 12:05:35
446
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人