On Mon, Apr 22, 2013 at 1:45 PM, Mond Ray <mondraym...@gmail.com> wrote:
> Something very odd going on here - one day it works the next day it fails :(

This code is different to what you posted the other day...

>   #_=>     (map #(java.util.regex.Pattern/quote (keyword %)))

That won't work - Pattern/quote will not accept a keyword (which is
what the exception is telling you). In the code you posted before,
which did work, you had (name %) instead which would yield a String
from either a keyword or a string - which is clearly what you want
here.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to