On Fri, Feb 27, 2009 at 11:08 AM, timc <[email protected]> wrote:
>
> On the page describing Vars, I cannot get the meaning of this sentence
> (a typo has made it incomprehensible I think):
>
> "Bindings created with binding can be assigned to, which provides a
> means for nested contexts to communicate with code before it the call
> stack."

I think there's just an "in" missing.  i.e. I think it should be:

Bindings created with binding can be assigned to, which provides a
means for nested contexts to communicate with code before it _in_ the call
stack.

It could be a little clearer as follows:

Bindings created with _the binding macro_ can be assigned to, which[...]

-- 
Michael Wood <[email protected]>

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

Reply via email to