我使用的是Dr.Racket版本6.12。对于相等操作符,我得到以下错误。
> (= 2)
. . =: arity mismatch;
the expected number of arguments does not match the given number
expected: at least 2
given: 1
arguments...:然而,我被告知,在7.8版中,我们将
> (= 2)
#t
> mit-scheme和clisp都在评估T。“Common-lisp: A gentle Introduction”一书声称得到了上面描述的错误。
我有点困惑,是否我错了,或者这是一个执行问题。
https://stackoverflow.com/questions/63445080
复制相似问题