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.
見つけた
(defn applied [fn] #(apply fn %))
非常に一般的な関数変換ユーティリティです。clojure stdlib に組み込み実装はありますか?
これはあなたが説明したことをしていると思います:
(partial apply fn)