On Tue, Apr 7, 2009 at 5:30 PM, Laurent PETIT <[email protected]> wrote: [...] > It seems to me that clojure core already does what you say : a clojure.jar > and a clojure-src.jar. But then again, it's just for java source, not > clojure source. > > Maybe clojure-contrib could be aligned to what clojure core does ?
Clojure has three files: clojure.jar - All class files (from Java source and Clojure source) and also the .clj files. clojure-sources.jar - Java source code. clojure-slim.jar - Compiled Java class files and Clojure .clj files. I think what people have been wondering about is another option. i.e. something like clojure.jar, but without the .clj files (except, of course, clojure-contrib instead of clojure.) -- Michael Wood <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
