Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个结构“电话号码”。
(define-structure phonenumber country area prefix line)
这会给我一个功能(make-phonenumber)。我想获得 make-phonenumber 需要的参数数量。答案是4。
看看你的 Scheme 实现是否提供了这个procedure-arity功能。
procedure-arity