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.
渡された値を返すだけのClojure組み込み関数はありますか?に相当する
(defn just-val [x] x)
?
はい、ID機能があります:http: //clojuredocs.org/clojure_core/clojure.core/identity
user=> (identity 4) 4