ClojureDocs

导航

命名空间

with-open

clojure.core

1.0 起可用 (源代码)
  • (with-open bindings & body)
bindings => [name init ...]
 Evaluates body in a try expression with names bound to the values
of the inits, and a finally clause that calls (.close name) on each
name in reverse order.