clojure-from-java icon indicating copy to clipboard operation
clojure-from-java copied to clipboard

Cache IFn?

Open jtrunick opened this issue 5 years ago • 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));

jtrunick avatar Sep 02 '20 03:09 jtrunick