Keywords are like symbols, except:
o They can and must begin with a colon, e.g. :fred.
o They cannot contain '.' or name classes.
The last requirement does not seem to be enforced by the reader:
user> (keyword? :java.lang.Character)
true
user> (keyword? :Character)
true
user>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---