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 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 it now > that I ne

Find reference type on classpath

2010-10-11 Thread Ivan Willig
round 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 e

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 wrote: > 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 > y

Clojure Serial Connection

2010-09-20 Thread Ivan Willig
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

Re: Swank Break Issues.

2010-08-16 Thread Ivan Willig
Thanks, That worked. Ivan Willig 818-212-4554 On Sun, Aug 15, 2010 at 11:56 AM, George Jahad wrote: > try using clojure 1.2. > > On Aug 14, 11:56 am, Ivan Willig wrote: > > Hi list, > > I am trying to use swank.core/break while bugging. The break point gets > >

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 . Has anyone run into this issue before. A