On Jun 25, 8:29 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote: > So AOT-compilation makes the code slightly faster to *load* when your > application starts, because it doesn't have to compile the code on the > fly. But Clojure compiler is very fast, so the difference is barely > noticeable.
Actually i tried to load compojure web framework from sources and it is much slower than from precompiled jar. And compojure is not even that of a big project. For web applications maybe it is not a big deal. I mean how many times a day you start a web application ? But for big desktop applications i think it is worth to compile at least for production use. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---