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.
-0 で設計します。この関数は、数値から数値への関数のリストを消費し、これらの関数を 0 に適用した結果のリストを生成します。
実際、私が考えることができる簡単な解決策はmap、 ではなくを使用しlocalます。もちろん、 をサポートしていない学生用言語を使用している場合は、map話は別です。とにかく、ここにあなたのための骨格的な解決策があります:
map
local
(define (at-0 funcs) (map (lambda <???> (<???> <???>)) funcs))