clojure - Syntax: hash (pound) then symbol -


i following datomic sample schema , there's id entity defined as

:db/id #db/id[:db.part/db] 

what's meaning of #db/id? schema loaded read-string, guess it's valid clojure syntax.

it's new feature in clojure 1.4: a reader literal.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -