Re: Datomic document store library?

2017-07-10 Thread Ivan Willig
Mark, Are you looking for https://github.com/Datomic/fressian? Ivan Willig On Sat, Jul 8, 2017 at 9:37 PM, Mark <markaddle...@gmail.com> wrote: > My Google fu fails me. I recall a clojure library that will serialize > arbitrary edn structures and store it in Datomic but I can't

Find reference type on classpath

2010-10-11 Thread Ivan Willig
the docs but was unable to find and insights on how do to this. Does anyone have a way of searching for reference types from within slime/emacs? Ivan Willig -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Clojure Serial Connection

2010-09-21 Thread Ivan Willig
Thanks!!! Ivan Willig Modi Research Group Columbia University On Tue, Sep 21, 2010 at 6:07 AM, Nurullah Akkaya nurul...@nakkaya.comwrote: Hi Ivan, I have a project called Clodiuno which allows you to control an Arduino board using either serial or TCP/IP protocol, that may give you

Clojure Serial Connection

2010-09-20 Thread Ivan Willig
in Clojure. I am looking similar to this http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/14d33b36279fe104/b7d0caa5540b0281?#b7d0caa5540b0281 I have google around and not really found anything. Does anyone have any suggestions? Thanks Ivan Willig -- You received this message because

Swank Break Issues.

2010-08-15 Thread Ivan Willig
Hi list, I am trying to use swank.core/break while bugging. The break point gets thrown but none of my local variables up in the stack trace. I am using swank-clojure and leiningen This is my project.clj file https://gist.github.com/639c2f3b54457fdbf1cb. Has anyone run into this issue before.