我在这样的Racket中试过它
> (apply and '(1 2 3)) . and: bad syntax in: and > (and 1 2 3) 3
有没有人有这个想法?
lisp scheme
lisp ×1
scheme ×1