Hi, On 28 Mrz., 06:55, Mike Meyer <mwm-keyword-googlegroups. [email protected]> wrote:
> And to answer the critical question you didn't ask: > > 5) Can I distribute a jar file for my Clojure project under the GPL? > > No. When you compile your code, code from clojure (and clojure-contrib > if you use it) will be included in the resulting jar file. In > particular, any macros you use will expand in place this is an important hint at how the GPL was crafted with compiled languages, esp. C, in mind. The lisp-world has had it's problem with that. See, e.g. http://opensource.franz.com/preamble.html and http://www.cliki.net/LGPL It will be interesting how the licenses will be interpreted in Clojure where Java and Lisp bump together. The Java-world probably had it's discussion, too, no? Cheers, Stefan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
