Is there any reason to compile a Clojure library with :aot? (defproject bene-csv "1.0.0-SNAPSHOT" :description "A csv parsing library" :dependencies [[org.clojure/clojure "1.3.0"] [clojure-csv/clojure-csv "1.3.2"]] :aot [bene-csv.core])
How does compiling or not compiling such a project with :aot affect the Clojure "main" project that "requires" the library? Thanks. -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en