Re: FleetDB or other NoSQL store for Clojure?

2011-07-18 Thread Robert Lally
I've been using OrientDB [ http://www.orientechnologies.com/ ] recently, and although it isn't quite ready for primetime, it has a structure that would map quite well onto Clojure. R, On 15 July 2011 08:17, Marko Kocić marko.ko...@gmail.com wrote: Hi all, I would like to try out some of those

Re: Tree vaadin?

2011-06-26 Thread Robert Lally
First problem: In Java: new Object[]{Venus} On 26 June 2011 18:46, .Bill Smith william.m.sm...@gmail.com wrote: Can you describe the problem you are having? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Tree vaadin?

2011-06-26 Thread Robert Lally
to work. Look at http://clojure.github.com/clojure/clojure.core-api.html#clojure.core/object-arrayinstead. R. On 26 June 2011 21:08, Robert Lally rob.la...@gmail.com wrote: First problem: In Java: new Object[]{Venus} On 26 June 2011 18:46, .Bill Smith william.m.sm...@gmail.com wrote: Can

Re: Introduction + question re. diff between 'Programming Clojure'

2010-03-23 Thread Robert Lally
On 23 March 2010 12:31, Meikel Brandmeyer m...@kotka.de wrote: Hi, one difference which shows up everywhere, is the method and constructor notation. While in the book the old is used - (. obj (method args ...)) - one should stick to the new one - (.method obj args ...). Similar for

Re: Introduction + question re. diff between 'Programming Clojure'

2010-03-23 Thread Robert Lally
On 23 March 2010 20:16, ataggart alex.tagg...@gmail.com wrote: On Mar 23, 1:04 pm, Robert Lally rob.la...@gmail.com wrote: On 23 March 2010 12:31, Meikel Brandmeyer m...@kotka.de wrote: Hi, one difference which shows up everywhere, is the method and constructor notation. While

Re: function rebinding and logging

2009-10-21 Thread Robert Lally
I'd be a little concerned about wholesale wrapping of functions, purely from the perspective that you'll be wrapping mostly side-effect free functions with functions that do have side-effects. That sounds like something you'd want to do consciously, where you know it will be safe, and where the

Re: Clojure plugin for IntelliJ IDEA published

2009-02-25 Thread Robert Lally
I've been using this since yesterday, and it really is very good. Up until now, I've been thrashing between aquamacs, vim and textmate for my clojure programming, all have been unsatisfying to me in some way. This is certanly a step up. Ilya, I noticed that you posted from a gmail address. Is

Generating classes with annotations

2009-02-23 Thread Robert Lally
Hi, Is it possible to add annotations to classes generated with clojure? There seems to be an AnnotationWriter class in the source, but I've not had any luck tracing it back to anything useable. Thanks, Rob. --~--~-~--~~~---~--~~ You received this message because

Re: User Map

2009-02-02 Thread Robert Lally
Thanks Meikel, that's the answer. R. 2009/2/2 Meikel Brandmeyer m...@kotka.de Hi Mark, Am 02.02.2009 um 21:42 schrieb Mark Volkmann: http://maps.google.com/maps/ms?ie=UTFmsa=0msid=112691912540601337884.00045972a1deb8de0d96b How do you add a pin? You have to be logged in with your

Re: User Map

2009-02-02 Thread Robert Lally
Just so you don't feel alone Mark, I can't figure it out either. Rob Lally. 2009/2/2 Mark Volkmann r.mark.volkm...@gmail.com On Mon, Feb 2, 2009 at 12:02 PM, Meikel Brandmeyer m...@kotka.de wrote: Dear Clojurians, the questions of the various locations, which were recently posted,

Readable names

2008-11-10 Thread Robert Lally
One of the many things that I really like about Clojure is that it abandoned Lisp tradition where it was pragmatic to do so. One of the prime examples for me was the use of first and rest rather than car and cdr. Sure, I can read code with car and cdr but it never really communicated that well; I

Re: The ant simulation

2008-08-30 Thread Robert Lally
Thanks Rich. 2008/8/30 Rich Hickey [EMAIL PROTECTED] On Aug 30, 10:52 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In the ant simulation the world function looks like this (def world (apply vector (map (fn [_] (apply vector (map (fn [_] (ref