On Tue, Jun 16, 2009 at 1:08 PM, Stuart
Halloway<stuart.hallo...@gmail.com> wrote:
>
> This surprised me. What part of my mental model needs to be
> adjusted? :-)
>
> user=> (def dozen 12)
> #'user/dozen
>
> user=> (binding [dozen 13] dozen)
> 12 ; hunh?

This outputs 13 for me with the latest version of Clojure from this morning.

> user=> (#(binding [dozen 13] dozen))
> 13

-- 
R. Mark Volkmann
Object Computing, Inc.

--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your 
first post.
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