Re: swank-clojure license

2009-01-17 Thread hughw
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

Tail calls in OpenJDK

2009-01-23 Thread hughw
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

Re: Request for improved error reporting

2009-04-01 Thread hughw
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

Re: Request for improved error reporting

2009-04-01 Thread hughw
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

Re: Request for improved error reporting

2009-04-01 Thread hughw
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

'first vs 'nth on maps

2009-04-20 Thread hughw
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

Re: Google announcement, version 1.0 & SCM Holy War (not really)

2009-04-25 Thread hughw
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

Re: PermGen OutOfMemory error

2009-06-11 Thread hughw
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