ClojureDocs

导航

命名空间

when-first

clojure.core

1.0 版开始提供 (源代码)
  • (when-first bindings & body)
bindings => x xs
 Roughly the same as (when (seq xs) (let [x (first xs)] body)) but xs is evaluated only once