In Leiningen, the reader side is in a different process (owned by
Leiningen, without your project code on the classpath), than the execution
side. So I think you see this error due to classpath separation: the lein
side doesn't have data_readers.clj specification, or the reader functions
define
I've that result (with same config):
___
user> #db/id[:db.part/db]
#db/id[:db.part/db -125]
___
The # char is a special char for the reader. Be careful to have redefined
it in your namespace ?..
Le jeudi 26 juillet 2012 00:02:50 UTC+2, tbc++ a écrit :
I'm using the new Clojars version of datomic-free:
(defproject clj-lobapp "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME";
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-localre