Phil Hagelberg <p...@hagelb.org> writes: > On Mon, May 21, 2012 at 10:56 AM, Philip Aston <phil...@mail.com> wrote: >> I'd like to compile the bare minimum, even if this means some sort of >> thunk in Bootstrap. How can I do this? > > One solution is to call require at runtime inside function bodies > rather than at the top-level. Then to call the functions from the > runtime-required namespace, use the resolve function.
Another is to use :impl-ns option in genclass and implement the java class in a separate namespace (assuming you are using genclass). Hugo -- 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