英文: What does the delete function do to an array? 问题 我试图在Common Lisp(SBCL)中使用delete函数从数组中删除一个元素,但注意到...
在LISP中查找alist中的项。
英文: LISP find item in alist 问题 I've got a a-list like (setf *books* '( ( (:title 'Ti...
从并发线程中访问全局哈希表 (Common Lisp)
英文: Accessing a Global Hashtable from Concurrent Threads (Common Lisp) 问题 我无法找到与以下SBCL代码中的全局哈希表相关的错误...
Lisp如果它们是偶数,收集随机项目
英文: Lisp collect random items if they are even 问题 来自其他编程语言,我最近发现了 Lisp,感到非常惊讶。阅读 loop 宏后,我想生成一个带有条件的...
common lisp: looking for a library which works like (str:string-case BUT with regular expessions
英文: common lisp: looking for a library which works like (str:string-case BUT with regular expessions...
为什么我需要评估defpackage来创建一个新的REPL?
英文: Why do I need to evaluate defpackage for a new REPL? 问题 I use ADSF to organise my projects. (asd...
应该避免手动重置自增循环变量吗?
英文: Should I avoid resetting "by hand" an auto-incremented loop variable? 问题 以下是您要翻译的内容: &...
3