mb <[EMAIL PROTECTED]> writes: > On 31 Okt., 04:46, JCB <[EMAIL PROTECTED]> wrote:
--- %< --- >> 2) Does Clojure have anything similar to fasl files? It looks right >> now like the way to deploy a Clojure program is to deploy the source >> (.clj) files and (load) them, is this correct? > > My guess for deployment would be to create a .jar file, which > is distributed. The users put the .jar in their classpath and are > able to load the library with require/use. For this to work the file > layout has to follow the guidelines for namespace / filename > translation, of course. I have a project that's actually in live usage right now. I am taking the approach to making JARs detailed here: http://rpdillon.googlepages.com/creatingexecutablejarswithclojure In my case my customer is using Mac OS X and I use the rather natty little JAR bundler app in the OS X dev tools to make it into a native Java .app bundle. I would take the time right now to say that Clojure is the single most positive "first experience" of a programming language I have ever had. Building on the base of Java, but supporting concurrency and bringing in all that Lisp goodness means that Clojure is as close to my "dream language" as you can probably get. Thanks Rich, et al! -- Geoffrey Teale Freelance Software and Technology Consultant Munich, Germany --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---