Hi, I am totally new to Clojure, but not new to CL. I have been poking around a little bit and I have a couple questions:
1) does Clojure maintain the CL notion of a "running image" (ACL terms), or a "core" (sbcl terms)? For example, in ACL I can do (dumplisp), and I think sbcl has something called (save-lisp-and-die) .. 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? Thanks, John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---