Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Lee Spector
Thanks to several of you for development environment suggestions -- I will try them all. On MCLIDE in particular, is it possible to try it in its current state? Neither of the sets of instructions in the README seem applicable to Clojure (or I'm not seeing how to apply them). -Lee On Feb 2

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Michael Wood
On 1 March 2010 15:23, Meikel Brandmeyer wrote: > Hi, > > On Mar 1, 4:50 am, Lee Spector wrote: > >> I'm beginning to realize I have to be looking in the Java library docs >> rather than the Clojure docs for some things like this. That this works >> implies that there's an implicit import of ja

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Konrad Hinsen
On 1 Mar 2010, at 04:50, Lee Spector wrote: I'm beginning to realize I have to be looking in the Java library docs rather than the Clojure docs for some things like this. That this works implies that there's an implicit import of java.lang.System, available as System/. Am I thinking about t

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Meikel Brandmeyer
Hi, On Mar 1, 4:50 am, Lee Spector wrote: > I'm beginning to realize I have to be looking in the Java library docs rather > than the Clojure docs for some things like this. That this works implies that > there's an implicit import of java.lang.System, available as System/. Am I > thinking abo

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Lee Spector
Thanks Michael. Now that I've added (shutdown-agents) my calls to clj -i return to the OS prompt as expected after the loaded code finishes execution, exactly as I wanted without calling System/exit or requiring a keyboard interrupt. -Lee On Mar 1, 2010, at 3:25 AM, Michael Wood wrote: > On

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Lee Spector
Ah, thanks -- (System/exit 0) will be useful. I'm beginning to realize I have to be looking in the Java library docs rather than the Clojure docs for some things like this. That this works implies that there's an implicit import of java.lang.System, available as System/. Am I thinking about th

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Terje Norderhaug
On Feb 28, 2010, at 11:38 AM, Lee Spector wrote: On the development environment front: Is anyone contemplating creating a Mac OS X "Clojure in a Box"? I would be an enthusiastic user. If it could have roughly the feature set of the old Macintosh Common Lisp IDE then I would be ecstatic. MC

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Laurent PETIT
Hello, I'll try to answer your questions related to Eclipse: 2010/2/28 Lee Spector > > I've just recently begun to work with Clojure and I am finding it quite > gratifying. I am a long-time Lisper (several dialects) but my Java > experience is limited and largely in the sheltered environment of

Re: newbie code (genetic programming) and questions (dev environments)

2010-03-01 Thread Michael Wood
On 28 February 2010 21:38, Lee Spector wrote: [...] > - When I run clj (from the most recent ClojureX) on the command line with -i > and a source file it runs the file but then hangs. If I also specify -r then > I get a REPL after the file runs, which is nice, but I was hoping that > without -r

Re: newbie code (genetic programming) and questions (dev environments)

2010-02-28 Thread Konrad Hinsen
On 28 Feb 2010, at 20:38, Lee Spector wrote: that just published a special issue on parallel evolutionary algorithms, so I know of a lot of options there! -- but for now I just want the basic generational algorithm to be expressed as naturally as possible in Clojure. There seem to be many o

Re: newbie code (genetic programming) and questions (dev environments)

2010-02-28 Thread David Nolen
On Sun, Feb 28, 2010 at 2:38 PM, Lee Spector wrote: > On the development environment front: Is anyone contemplating creating a > Mac OS X "Clojure in a Box"? I would be an enthusiastic user. If it could > have roughly the feature set of the old Macintosh Common Lisp IDE then I > would be ecstatic

Re: newbie code (genetic programming) and questions (dev environments)

2010-02-28 Thread cej38
> > - When I run clj (from the most recent ClojureX) on the command line with -i > and a source file it runs the file but then hangs. If I also specify -r then > I get a REPL after the file runs, which is nice, but I was hoping that > without -r it would terminate and return to a shell prompt w

newbie code (genetic programming) and questions (dev environments)

2010-02-28 Thread Lee Spector
I've just recently begun to work with Clojure and I am finding it quite gratifying. I am a long-time Lisper (several dialects) but my Java experience is limited and largely in the sheltered environment of Processing (processing.org). Anyway, my first Clojure exercise has been a version of my P