Hi,

On Oct 7, 7:53 am, John Harrop <jharrop...@gmail.com> wrote:
> On Tue, Oct 6, 2009 at 9:14 PM, Stephen C. Gilardi <squee...@mac.com> wrote:
>
> >     `(do (set-validator! (defvar ~name ~init) #{~init}) (var ~name)))
>
> Cute hack. Won't work if init is false or nil, though, unless the validator
> does not trigger on the initial assignment of the value.

One could make it really constant via:

  (set-validator! (defvar ~name ~init) (constantly false))

Or is setting the validator calling it on the already set value?

Sincerely
Meikel

--~--~---------~--~----~------------~-------~--~----~
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