sci

https://github.com/babashka/SCI - also see #babashka and #nbb
djblue 2020-08-11T00:19:32.460Z

Since sci supports clojure 1.9, what would be the best way of adding tap>, add-tap and remove-tap?

borkdude 2020-08-11T07:48:42.460800Z

In your end program you can add it using {:namespaces {'clojure.core {'tap> (copy-var tap> clojure-core-ns)}}}.

borkdude 2020-08-11T08:16:31.461Z

That is, in babashka, or any other sci-based program that runs on 1.10

💯 1
djblue 2020-08-11T15:42:53.461300Z

Adding it directly to babashka worked!

djblue 2020-08-11T00:26:23.460100Z

I get this error when I just add them to namespaces.cljc

Caused by: java.lang.RuntimeException: Unable to resolve var: add-tap in this context