Hi,

What happened here?

user=> (take 20 (interpose '.' "The quick brown fox"))
(\T . \h . \e . \space . \q . \u . \i . \c . \k . \space .)


Naturally, I meant to use a character literal as the first argument to 
interpose, but my C / Java habits led me to use the apostrophes instead 
of the proper character literal notation.

Is it a reader bug? (That the second apostrophe appeared to be ignored.)


Randall Schulz

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to