英文: Why an expression using a global variable multiple times reads that variable multiple times inst...
Scheme 不能识别 define-macro。
英文: Scheme is not able to identify define-macro 问题 我正在跟随Harvey教授的cs61a,其中提供了一个实现面向对象范式的文件(此处)。将其加载到D...
Scala是否可以像Scheme的“count”一样在函数中隐藏状态,因为它也有闭包?
英文: Can scala hide state in function like scheme's "count" since it have closure too? ...
“在过程cadr中:错误类型(期望对):#f”
英文: Scheme word translater "In procedure cadr: Wrong type (expecting pair): #f" 问题 Sure, h...
这两个Scheme宏之间有什么区别?
英文: What is the difference between the these two scheme macros? 问题 提供的是使用 mit-scheme 的代码。 唯一的修改是从 (c...
为什么在Guile中定义递归显示过程会导致无限循环?
英文: Why defining a recursive-display procedure in Guile causes infinite loop? 问题 以下过程会导致无限循环: (defin...
如何在Racket中使用带有call/cc的标记提示?
英文: How to use tagged prompts with call/cc in Racket? 问题 第一个代码片段中的问题是,您在使用call-with-current-continua...
在Go语言中的Scheme解释器
英文: Scheme interpreter in Go 问题 我是你的中文翻译助手,以下是翻译好的内容: 我是一个相当基础的Go程序员,最近在研究一个小的Scheme解释器,试图理解它的工作原理。 ...
2