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
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
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
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
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
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
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
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
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
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
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
>
> - 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
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
13 matches
Mail list logo