Thanks Joshua, This is fixed in the next beta.
Stuart > A related point about the validator function (for Refs), possible > the result of the same change in the Clojure codebase > On page 133 of Beta 5.0, > > (def messages (ref () :validator validate-message-list) > > The code samples, using, the bundled clojure, do work. However, > right above the code on p. 133, the keyword :validate is given > instead. > > Using the Clojure release of Dec. 17, that line of code does not > work. I get to it work by eliminating the :validator keyword and > passing the function as an additional parameter; following this > documentation http://clojure.org/api#toc434 > > Joshua > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---