purpose of clojure-slim.jar

2009-01-29 Thread kkw

Hi folks,

I noticed that when I run 'ant' to build Clojure, in addition to
clojure.jar, 'ant' gives birth to clojure-slim.jar. The build.xml says
the clojure-slim.jar lacks compiled Clojure code. I don't know what
purpose clojure-slim.jar serves. I searched the 
http://groups.google.com/group/clojure/
and found zero hits. Where would clojure-slim.jar be useful?

Kev
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Clojure group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~--~~~~--~~--~--~---



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 kevin.k@gmail.com wrote:

 Hi folks,

I noticed that when I run 'ant' to build Clojure, in addition to
 clojure.jar, 'ant' gives birth to clojure-slim.jar. The build.xml says
 the clojure-slim.jar lacks compiled Clojure code. I don't know what
 purpose clojure-slim.jar serves. I searched the 
 http://groups.google.com/group/clojure/
 and found zero hits. Where would clojure-slim.jar be useful?

 Kev
 




-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Clojure group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~--~~~~--~~--~--~---



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 redc...@gmail.com 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.

 On Thu, Jan 29, 2009 at 4:56 PM, kkw kevin.k@gmail.com wrote:

  Hi folks,

     I noticed that when I run 'ant' to build Clojure, in addition to
  clojure.jar, 'ant' gives birth to clojure-slim.jar. The build.xml says
  the clojure-slim.jar lacks compiled Clojure code. I don't know what
  purpose clojure-slim.jar serves. I searched 
  thehttp://groups.google.com/group/clojure/
  and found zero hits. Where would clojure-slim.jar be useful?

  Kev

 --
 And what is good, Phaedrus,
 And what is not good—
 Need we ask anyone to tell us these things?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Clojure group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~--~~~~--~~--~--~---