lazy-require
lazy-require copied to clipboard
Doesn't work with reify?
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 to not work in this scenario, giving the error: clojure.lang.Cons cannot be cast to clojure.lang.Symbol.
You can take a look at what I was trying to do here: https://github.com/metasoarous/oz/blob/master/src/clj/oz/notebook/clojupyter.clj#L44-L52
Thanks again!