sci

hoppy 2023-08-09T13:38:38.522859Z

is it expected that "'" and "@" don't get replaced with "quote" and "deref" in sci code?

borkdude 2023-08-09T13:45:00.302759Z

please elaborate, if possible with a repro

hoppy 2023-08-09T14:02:33.199149Z

in attempting to do so, discovered that I've snuffed :features in creating my own sci context, let me see if that resolves it

hoppy 2023-08-09T14:05:54.622569Z

yeah, that was the issue

👍 2
oly 2023-08-09T14:42:22.468649Z

would i be correct in thinking sci does not work with #?(:cljs) reader conditionals ?

borkdude 2023-08-09T14:48:36.430199Z

It works with any reader conditionals, this is the :features option

oly 2023-08-09T14:59:56.536609Z

awesome as always thanks for the help the code is now running by adding :features #{:cljs} to my sci/init call 🙂

👍 1