英文: Lisp / Scheme : Evaluating nested empty list/cons : (()) 问题 I'm using this Lisp compiler for tes...
Scheme:在全局宏(define-syntax)内部的本地宏(let-syntax)
英文: Scheme: local macro (let-syntax) inside global macro (define-syntax) 问题 I'm trying to write a se...
这个 Chez Scheme FFI 调用 user32.dll 的 SendInput 有什么问题?
英文: What's wrong with this Chez Scheme FFI call to user32.dll SendInput? 问题 我之前从未在Chez Scheme的FF...
Function definition and function call input seem coherent, but there's an error about the input when the application runs. What's wrong?
英文: Function definition and function call input seem coherent, but there's an error about the in...
Scheme的lambda还是define?
英文: Scheme lambda or define? 问题 What's the difference between the two lines? 这两行之间有什么区别? I want to m...
提取以前未遇到的数据对的数据。
英文: Extracting data of pairs without the data that encountered before 问题 I don't want to translate t...
有没有支持多个整数大小的Scheme方言?
英文: Are there any dialects of scheme that support multiple integer sizes? 问题 I wish to write a progr...
通过值传递列表的列表在Scheme语言中不会更新
英文: Passing a list of lists by value is not updating in Scheme language 问题 I have translated the cod...
将文本字段中的列表从字符串转换为列表。
英文: How do I convert a list written on a text field from lstring to list? 问题 I have translated the c...
关于串行化作为处理并发的机制
英文: About serializers as a mechanism for dealing with concurrency 问题 是的,你的结论是正确的。 英文: tl;dr Is chang...