On Dec 31 2008, 6:48 am, lpetit wrote:
> OOps, I'm losing memory, I answered twice to the e-mail ;-)
>
> On 31 déc, 11:16, lpetit wrote:
>
> > Yes, this is what I remember from LGPL. But anyway, swank-clojure is
> > not LGPL, it's GPL.
I suspect you can't distribute the swank-clojure files w
A fellow named Arnold Schwaighofer is hacking in TCO as a thesis
project:
http://mail.openjdk.java.net/pipermail/mlvm-dev/2009-January/000331.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
T
On Mar 28, 8:24 pm, Stuart Sierra wrote:
[snip]
>
> Also, if you're using SLIME, you lose line numbers every time you
> evaluate a form in the buffer. Type
> (require your.namespace :reload) at the REPL to get them back.
>
This advice did not work for a situation I am encountering now and
enc
On Apr 1, 10:43 am, hughw wrote:
> On Mar 28, 8:24 pm, Stuart Sierra wrote:
> [snip]
>
>
>
> > Also, if you're using SLIME, you lose line numbers every time you
> > evaluate a form in the buffer. Type
> > (require your.namespace :reload) at the REPL to
On Apr 1, 10:53 am, hughw wrote:
> I retract my comment! Although I agree with the sentiment that
> improvederrorreportingwould be great, I'm unsure exactly what I
> want.
>
Clarification:
In the SLIME repl I invoke my function. It reports the error as
java.lang.C
Hi all,
Why should 'first and 'second work on maps, but not 'nth?
user> (key (first {:a 1 :b 2 :c 3}))
:a
user> (key (nth {:a 1 :b 2 :c 3} 0))
; Evaluation aborted.
java.lang.UnsupportedOperationException: nth not supported on this
type: PersistentArrayMap (NO_SOURCE_FILE:0)
[Thrown class clo
On Apr 24, 4:27 pm, Stuart Sierra wrote:
> On Apr 24, 5:16 pm, e wrote:
>
> > But let me understand ... when you do a commit, you haven't really
> > done anything that "counts"? Loaded question, I know, but it seems like you
> > have to do a commit, and then do a "send" or something, to actua
On Jun 11, 11:38 am, Rob wrote:
> Hi all,
>
> I'm using Clojure for web apps inside Tomcat. If I don't compile
> my .clj files ahead of time, I will eventually get one of these
> OutOfMemory errors, after a number of redeployments. Is there
> something I can do about this? Is this a bug some