英文: Memory error caused by mismanaged C foreign objects in Common Lisp 问题 错误 在REPL中,重新打开应用程序时: 错误:接收...
我在运行这段代码时遇到了编译错误,在Common Lisp中。
英文: I am getting compilation error while running this code in common lisp 问题 以下是我的代码,其中出现了错误。请有人帮忙查看...
如何在多个文件/包中定义 caveman2 路由?
英文: How to define caveman2 routes in multiple files/packages? 问题 I want to have routes defined over ...
“在众多“标准”Common Lisp函数中寻找可能的函数?”
英文: Finding possible functions among the large number of "standard" common lisp functions?...
创建一个包含非空白字符的字符列表。
英文: How do I create a list of characters, with the non-whitespace chars nested in the list? 问题 I am ...
如何将动态变量用作数组元素。
英文: How to use dynamic variables as elements of an array 问题 (defparameter *foo* '(1 2 3)) (defpa...
BOUNDP检查PROGV中的自由变量吗?
英文: BOUNDP checks free variables in PROGV? 问题 In the given code, there seems to be an issue with the...
如何将整数字节列表转换为字符串?
英文: How to convert a list of integer-bytes to a string? 问题 我有一个字节列表,我想将其读取为字符串。例如,我尝试了以下代码: (sb-ext:...
Loading a project on a Windows 11 directory from Linux.
英文: Loading a project on a Windows 11 directory from Linux 问题 Running (asdf:load-system "ww-wou...
如何实现 `cl-print-object`?
英文: How to implement `cl-print-object`? 问题 我正在使用''eieio' 和''cl-lib',并尝试按照此处描述的方法为我的类定义'object-print'...
3