Re: ANN: Clojure API for AllegroGraph

2009-11-25 Thread patrickdlogan
Thanks Mike. No big hurry on my part - I'll look at the tutorial code. On Nov 24, 4:39 pm, Mike Hinchey wrote: > You're right, the tests have not been converted to 3.2, so they are not > running at this time.  The best thing to look at is the tutorial.clj - most > of these work properly, but exa

Re: ANN: Clojure API for AllegroGraph

2009-11-24 Thread Mike Hinchey
You're right, the tests have not been converted to 3.2, so they are not running at this time. The best thing to look at is the tutorial.clj - most of these work properly, but example6 doesn't return correct results. The ones that don't work is where the clj code is incomplete, so I still have som

Re: ANN: Clojure API for AllegroGraph

2009-11-24 Thread patrickdlogan
Hi Mike - thanks for this. I am fairly new to git, but from what I can tell, I have the agraph32 branch as current. The clojure code on the agraph32 branch still seems to be using the AG 4.0 API. For example... http://github.com/franzinc/agraph-java-client/blob/agraph32/clojure/test/com/franz/agr

ANN: Clojure API for AllegroGraph

2009-11-14 Thread Mike Hinchey
Franz Inc and I just put the AllegroGraph 3.2 Java API on github with my new Clojure API. The clojure is a wrapper of the java client, which is an implementation of openrdf/sesame. The wrapper is mostly to make it more idiomatic clojure so you don't have to deal with so many java classes, mutable