Re: tree-shaking a jarred Clojure app?

2009-11-20 Thread Jim Downing
Hi Graham 2009/11/20 Graham Fawcett : > Hi folks, > > This is somewhat a Java question, but it's in the context of Clojure, > so here goes. Playing with Leiningen got me thinking about bundling a > Clojure application as a JAR, which might include a host of classes > that are loaded but never used

Cambridge (UK) Informal Clojure interest group meetup

2009-11-04 Thread Jim Downing
Hi all, The Cambridge Clojure interest group has turned into an informal, weekly meeting of minds. If anyone here fancies coming along and hasn't been before, next week is as good an opportunity to do so as any! 8pm, Tuesday 10th November. Kingston Arms, Cambridge (CB1 2NU) http://upcoming.yahoo

Cross platform clojure

2009-11-03 Thread Jim Downing
Hi all, I've been watching the development of ClojureCLR with some interest - my research group have roughly equivalent APIs in C# and Java and we're going to want to formalize the arrangement soon. At the same time I've been using Clojure as a functional JVM lang. It would be sweet to write this

Re: Cambridge (UK) Informal Clojure UG meetup

2009-08-27 Thread Jim Downing
Correction: That's *Tuesday* 1st September... 2009/8/27 Jim Downing : > Hi all, > > I'm meeting up with a few folks to chat about Clojure over a few beers > next Monday evening at 8pm in the Kingston Arms, Cambridge (UK). > Additional company very welcome! > >

Cambridge (UK) Informal Clojure UG meetup

2009-08-27 Thread Jim Downing
Hi all, I'm meeting up with a few folks to chat about Clojure over a few beers next Monday evening at 8pm in the Kingston Arms, Cambridge (UK). Additional company very welcome! http://jimdowning.wordpress.com/2009/08/27/cambridge-clojure-user-group-meeting/ Cheers, jim --~--~-~--~~

RDF in Clojure - best practise?

2009-05-24 Thread Jim Downing
Hi all, I was wondering whether anyone had any advice about handling in RDF (or directed graphs in general) in clojure. Depending on what the problem is, I could see benefits in handling graphs as sequences of statements, or in placing a Jena model in STM. Is there a better way? Best regards,