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
Post a Comment