sci
sci copied to clipboard
implement in-ns as function rather than built-in
Good Afternoon! I'm interested in this feature, in particular for use with RCF.
I'm happy to help with it if I can. Although at the moment I would not be sure where to start.
Thanks for your interest.
This should be removed:
https://github.com/babashka/sci/blob/09b269c242db8af20edde575b1827a2b86027411/src/sci/impl/analyzer.cljc#L1358-L1364
https://github.com/babashka/sci/blob/09b269c242db8af20edde575b1827a2b86027411/src/sci/impl/analyzer.cljc#L1470
And then we should add a function in sci.impl.namespaces. There are many similar sci-ns-* functions in there that might give you ideas.