英文: Scheme is not able to identify define-macro 问题 我正在跟随Harvey教授的cs61a,其中提供了一个实现面向对象范式的文件(此处)。将其加载到D...
Lambda函数以从列表中排除值。
英文: lambda function to omit value on a list 问题 我在想是否有一种方法可以编写一个lambda函数(递归?),可以省略给定列表中的某个值(它的每次出现)? ...
手动合成两个函数
英文: manual compostion of two functions 问题 我试图制作自己的(组合)函数,但我无法完成。 它需要按照以下方式工作: 让我们称这个函数为“manual” - ma...
为什么我的用Racket编写的解析器超出了128 MB的内存限制?
英文: Why is my Parser written in Racket Brag exceeding 128 MB memory limit 问题 I'm writing an esolang ...
Trying to make a lexer using Beautiful Racket
英文: Trying to make a lexer using Beautiful Racket 问题 I am new to Racket and I am trying to tokenize ...
如何使用仅逻辑运算符在Racket中编写cond?
英文: How can cond from Racket be written using only logcal operators? 问题 为了我的作业,我需要编写一个递归函数,不使用任何条件语句...
从Racket中选择列表中的元素
英文: Selecting Elements from a List in Racket 问题 我在Racket中有一个函数,它接受一个列表,遍历列表,检查列表中的每个项是否满足条件,并打算输出满足条...
Function body for a function that consumes a compound data list of universities and produces the name of school with the lowest tuition. BSL RACKET
英文: Function body for a function that consumes a compound data list of universities and produces the...
Racket:如何将参数的值用作符号?
英文: Racket: How do you use the value of an argument as a symbol? 问题 我理解了您的请求,以下是您提供的代码部分的翻译: #lang r...
如何在Racket中使用带有call/cc的标记提示?
英文: How to use tagged prompts with call/cc in Racket? 问题 第一个代码片段中的问题是,您在使用call-with-current-continua...
2