building a class or jar file from clojure

2009-02-09 Thread hank williams
How does one make a standard clojure based class file or jar file without embedding clojure source files. Hank -- blog: whydoeseverythingsuck.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To

Re: building a class or jar file from clojure

2009-02-09 Thread Joshua Fox
Ahead of Time compilation might be what you are looking for . This lets you distribute.class files rather than your .clj source files, and makes for slightly faster code at startup. http://groups.google.com/group/clojure/msg/58e3f8e5dfb876c9 Joshua On Mon, Feb 9, 2009 at 6:52 PM, hank williams

Re: building a class or jar file from clojure

2009-02-09 Thread Meikel Brandmeyer
Hi, Am 09.02.2009 um 17:52 schrieb hank williams: How does one make a standard clojure based class file or jar file without embedding clojure source files. http://clojure.org/compilation You might want to read also the other items on the left hand side in the reference section. Sincerely

Re: building a class or jar file from clojure

2009-02-09 Thread prhlava
Hello hank, How does one make a standard clojure based class file or jar file without embedding clojure source files. Shameful plug: http://en.wikibooks.org/wiki/Clojure_Programming/Tutorials_and_Tips#Distributing_application_as_self_contained_.jar (the above URL should be 1 line..., it