英文: Lisp / Scheme : Evaluating nested empty list/cons : (()) 问题 I'm using this Lisp compiler for tes...
如何在多个文件/包中定义 caveman2 路由?
英文: How to define caveman2 routes in multiple files/packages? 问题 I want to have routes defined over ...
应该将X表达式发送到网络上,还是应该编译成XML?
英文: Should I send X-expressions over the wire, or should I compile down to XML 问题 I'm writing a prog...
Autolisp函数,将文本或多行文本中的数字递增+1。
英文: Autolisp function that Increment numbers intext or mtext +1 问题 I'm not overly familiar with Auto...
通过值传递列表的列表在Scheme语言中不会更新
英文: Passing a list of lists by value is not updating in Scheme language 问题 I have translated the cod...
在LISP中查找alist中的项。
英文: LISP find item in alist 问题 I've got a a-list like (setf *books* '( ( (:title 'Ti...
为什么使用元编程而不是函数?
英文: Why metaprogramming instead of functions? 问题 我是一个JavaScript程序员,对Lisp充满兴趣,因为听到像Eric Raymond这样的人声称...
为什么在JavaScript之外使用eval不是一个好主意?
英文: Why isn't eval a bad idea outside of JavaScript? 问题 在JavaScript中,eval 被认为是一个不好的主意,主要是因为它会使您的...
Lisp如果它们是偶数,收集随机项目
英文: Lisp collect random items if they are even 问题 来自其他编程语言,我最近发现了 Lisp,感到非常惊讶。阅读 loop 宏后,我想生成一个带有条件的...
这两个Scheme宏之间有什么区别?
英文: What is the difference between the these two scheme macros? 问题 提供的是使用 mit-scheme 的代码。 唯一的修改是从 (c...