Skip to content

Commit ea5fd3c

Browse files
committed
Remove keyword restriction re . in keywords, see CLJ-889
1 parent a0fc0ef commit ea5fd3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/reference/reader.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Since we have to start somewhere, this reference starts where evaluation starts,
4141
* Symbolic values - `pass:[##Inf]`, `pass:[##-Inf]`, and `pass:[##NaN]`
4242
* Keywords - Keywords are like symbols, except:
4343
** They can and must begin with a colon, e.g. :fred.
44-
** They cannot contain '.' in the name part, or name classes.
4544
** Like symbols, they can contain a namespace, `:person/name`, which may contain '.'s.
4645
** A keyword that begins with two colons is auto-resolved in the current namespace to a qualified keyword:
4746
*** If the keyword is unqualified, the namespace will be the current namespace. In `user`, `::rect` is read as `:user/rect`.

0 commit comments

Comments
 (0)