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

Re: building a class or jar file from clojure

2009-02-09 Thread hank williams
lol. Thanks much Jeffrey. I'm coming back soon. After the economic meltdown I needed a new thesis. I didnt think a bunch of "I told you so" posts would be tasteful so I needed a recharge. Hank On Mon, Feb 9, 2009 at 2:39 PM, Jeffrey Straszheim < straszheimjeff...@gmail.com> wrote: > Off topic, b

Re: building a class or jar file from clojure

2009-02-09 Thread Jeffrey Straszheim
Off topic, but I miss reading updates to your blog. On Mon, Feb 9, 2009 at 2:15 PM, hank williams wrote: > Thanks! > > > On Mon, Feb 9, 2009 at 1:21 PM, Joshua Fox wrote: > >> Ahead of Time compilation might be what you are looking for . This lets >> you distribute.class files rather than your .

Re: building a class or jar file from clojure

2009-02-09 Thread hank williams
Thanks! On Mon, Feb 9, 2009 at 1:21 PM, Joshua Fox wrote: > 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/58e3f

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 M

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 w

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