From ff116fb3a986334e77bc0521167fe89c8e27313d Mon Sep 17 00:00:00 2001 From: Stuart Sierra Date: Thu, 3 Sep 2009 11:52:53 -0400 Subject: core.clj: binding doc string now says it's parallel, fixes #152 Signed-off-by: Chouser --- src/clj/clojure/core.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj index 4d915eaa..c32d4362 100644 --- a/src/clj/clojure/core.clj +++ b/src/clj/clojure/core.clj @@ -1196,7 +1196,9 @@ Creates new bindings for the (already-existing) vars, with the supplied initial values, executes the exprs in an implicit do, then - re-establishes the bindings that existed before." + re-establishes the bindings that existed before. The new bindings + are made in parallel (unlike let); all init-exprs are evaluated + before the vars are bound to their new values." [bindings & body] (assert-args binding (vector? bindings) "a vector for its binding" -- cgit v1.2.3-18-g5258