英文: How do I alter the precision of output from csv-writing in Racket? 问题 我正在使用csv-writing包中的display...
这个 Chez Scheme FFI 调用 user32.dll 的 SendInput 有什么问题?
英文: What's wrong with this Chez Scheme FFI call to user32.dll SendInput? 问题 我之前从未在Chez Scheme的FF...
如何编译Racket Doc源文件
英文: How to compile Racket Doc source file 问题 我已下载了《Racket指南》的源代码,以了解其文档编写方式。我想进行一些更改,并查看在呈现的HTML中如何反...
Racket:合同违规,期望 (and/c list? (not/c empty?)) 给定:'()?
英文: Racket: Contract violation, (and/c list? (not/c empty?)) expected given: '()? 问题 我在网上搜索了很长时间...
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...
DrRacket – 渲染列表中的每个结构
英文: DrRacket - render every structure in a list 问题 (define SCENE (empty-scene 500 500)) (define-stru...
应该将X表达式发送到网络上,还是应该编译成XML?
英文: Should I send X-expressions over the wire, or should I compile down to XML 问题 I'm writing a prog...
提取以前未遇到的数据对的数据。
英文: Extracting data of pairs without the data that encountered before 问题 I don't want to translate t...
通过值传递列表的列表在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...