is it expected that "'" and "@" don't get replaced with "quote" and "deref" in sci code?
please elaborate, if possible with a repro
in attempting to do so, discovered that I've snuffed :features in creating my own sci context, let me see if that resolves it
yeah, that was the issue
would i be correct in thinking sci does not work with #?(:cljs) reader conditionals ?
It works with any reader conditionals, this is the :features option
awesome as always thanks for the help the code is now running by adding :features #{:cljs} to my sci/init call 🙂