lazy-require icon indicating copy to clipboard operation
lazy-require copied to clipboard

Clojure library for deferred namespace loading

Results 2 lazy-require issues
Sort by recently updated
recently updated
newest added

At least on my machine the following code ``` clojure (lreq/with-lazy-require [[clojure.core.async :as async]] (async/go 1)) ``` produces the following error: ``` Wrong number of args (1) passed to: clojure.core.async/go...

Very cool library! Thanks for your work on it! I have one problem however. I tried to use the `with-lazy-require` macro to wrap a call to `reify` and it appears...