There are some Clojure namespaces included in Babashka, but not in SCI. E.g. clojure.instant and clojure.datafy . Are there specific challenges with these namespaces that make them unfit to include in the SCI repo?
The main reason is that adding everything yields a bigger bundle, so I made it a choice
clojure.datafy is probably available?
not sure
maybe in bb only
I can't find clojure.datafy in https://github.com/babashka/sci/blob/master/src/sci/impl/namespaces.cljc maybe it is somewhere else?
no, it's in bb only probably right now
Would it be interesting to add to sci.configs like the 1.11 namespace here https://github.com/babashka/sci.configs/blob/main/src/sci/configs/clojure_1_11.cljc
ok, just move it to sci.configs :)
or copy rather
I'll get back to your SCI PR for the methods later, I'm working on some other SCI stuff first
Yeah no worries. I'm still experimenting with it. Seems to work for the JVM, but maybe the config style needs some debating
Ok i've created two PR in sci.configs, for clojure.data and clojure.instant. Take your time
I'm asking now because I was trying to load Nexus from source in Scittle, but I have come across this before