Hello,

Clojure's documentation is incredible, kudos to Rich Hickey! However
I'd like to bring attention to one sentence in the docs which
definitely needs revision:

"Bindings created with binding can be assigned to, which provides a
means for nested contexts to communicate with code before it the call
stack." - http://clojure.org/vars

"code before it" - "it" refers to ...nested contexts (plural)?
"before it the call stack" - that's just nonsensical

Should that be "before it [in] the call stack"? ..meaning

"Bindings created with binding can be assigned to, which provides a
means for nested contexts to communicate with one another without the
need to propagate values up and down the call stack as return values
and arguments."

or

"Bindings created with binding can be assigned to, which provides a
means for code to communicate with code above it in the call stack."

Is one of these the intended meaning of that sentence?

Thanks to everyone for being such a vibrant community. Clojure rocks!

Best,
Curran
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to