Fork me on GitHub
#cljs-dev
<
2023-04-30
>
john17:04:06

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

thheller18:04:32

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

borkdude19:04:50

I guess you could also implement that as a tiny macro which calls into JVM add-lib

borkdude19:04:35

Haven’t checked how Mike implemented it