Re: purpose of clojure-slim.jar

2009-01-29 Thread kkw
Hi Kevin, Thanks for the explanation! Kev On Jan 30, 11:59 am, Kevin Downey wrote: > clojure-slim.jar lacks compiled clojure code. The java code is > compiled, so clojure-slim.jar  is still completely usable as clojure, > it just have to compile things like core.clj when it loads them. > >

Re: purpose of clojure-slim.jar

2009-01-29 Thread Kevin Downey
clojure-slim.jar lacks compiled clojure code. The java code is compiled, so clojure-slim.jar is still completely usable as clojure, it just have to compile things like core.clj when it loads them. On Thu, Jan 29, 2009 at 4:56 PM, kkw wrote: > > Hi folks, > >I noticed that when I run 'ant' t