On 5 April 2010 17:25, Sean Devlin <[email protected]> wrote: > "Oh yeah, we should fix the reader page to acknowledge that we've > used these characters in symbols already" > > The reader already has a macro associated with "\", the character > literal. > > user=> (int \>) > 62 > user=> (str \>) > ">" > user=> (first ">") > \>
I think his question should be read as if he had not included any backslashes anywhere. i.e. he's asking about <, >, and =. Not \ or \> etc. -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 To unsubscribe, reply using "remove me" as the subject.
