Hi,

Am 04.08.2010 um 20:24 schrieb Lee Spector:

> In Clojure 1.1.0 (which is what I have running on the big machines) I get a 
> warning and then an error from your ^Callable line:
> 
> WARNING: reader macro ^ is deprecated; use meta instead
> Exception in thread "main" java.lang.IllegalArgumentException: let requires 
> an even number of forms in binding vector (concur.clj:42)
> 
> What's the right way to patch that?

Use #^ instead of ^ for 1.1.0.

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