Fork me on GitHub
#scittle
<
2022-10-03
>
jjttjj13:10:18

This isn't working for me in scittle (0.3.10):

(binding [*default-data-reader-fn* tagged-literal]
              (read-string "#x/y\"z\""))
Getting:
scittle.js:606 Uncaught Error: No reader function for tag x/y
Is that a limitation of scittle or sci on js? Just trying to not get an exception thrown on unrecognized tagged literals

jjttjj13:10:28

I got it working with (clojure.edn/read-string {:default tagged-literal}) ...)

👍 2