stuarthalloway/clojure-from-java

Cache IFn?

Opened this issue · 0 comments

Can this be cached, or is it inexpensive and not safe to do otherwise?

    IFn require = Clojure.var("clojure.core", "require");
    require.invoke(Clojure.read(ns));