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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -