Chris Duncan
2017-04-14 10:13:38 UTC
Hi, I'm pretty new to Clojure and Datomic and am gradually getting to grips
with things. I've noticed something that has me puzzled and wondered if
anyone has an explanation.
I have the following dependencies in my project.clj -
[[org.clojure/clojure "1.8.0"]
[com.outpace/data.csv "0.1.3"]
[semantic-csv "0.2.1-alpha1"]
[clj-time "0.13.0"]
[com.datomic/clj-client "0.8.606"]
[proto-repl "0.3.1"]]
In my program I define a connection -
(def conn
(<!! (client/connect ...
I create entities successfully and everything looks good.
However, when I run my program using 'lein run' in a bash shell on Ubuntu
16.04, the process keeps running even after the program has completed its
work.
Ctrl + C terminates the process but I can't figure out why it doesn't
terminate on its own.
Also, if I try to create a .jar file with 'lein uberjar', the task never
finishes. Just hangs indefinitely.
Any insight into the above would be much appreciated.
with things. I've noticed something that has me puzzled and wondered if
anyone has an explanation.
I have the following dependencies in my project.clj -
[[org.clojure/clojure "1.8.0"]
[com.outpace/data.csv "0.1.3"]
[semantic-csv "0.2.1-alpha1"]
[clj-time "0.13.0"]
[com.datomic/clj-client "0.8.606"]
[proto-repl "0.3.1"]]
In my program I define a connection -
(def conn
(<!! (client/connect ...
I create entities successfully and everything looks good.
However, when I run my program using 'lein run' in a bash shell on Ubuntu
16.04, the process keeps running even after the program has completed its
work.
Ctrl + C terminates the process but I can't figure out why it doesn't
terminate on its own.
Also, if I try to create a .jar file with 'lein uberjar', the task never
finishes. Just hangs indefinitely.
Any insight into the above would be much appreciated.
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.