Now that add-lib has landed in CLJ is it going to be added to CLJS? I see @mfikes has an impl shown here: https://gist.github.com/mfikes/a81ae3d006830dc34663f976aaf2291b
trivial to add since there is nothing CLJS specific to do, just something that passes it through to CLJ. when using nrepl or so, then nothing needs to be done at all this they can eval CLJ directly anyways
Nice
I guess you could also implement that as a tiny macro which calls into JVM add-lib
Haven’t checked how Mike implemented it
True