Just curious, why doesn't clojure enable the :clj feature when reading data_readers.cljc?
https://dev.clojure.org/ This has a title which indicates it should redirect, but it doesn't. Discovered when trying to make my way to some kind of home page. https://dev.clojure.org/jira/ gives a forbidden warning.
That’s the old jira/confluence site which no longer exists. There are redirects for the common jira issue patterns to the new site but I have not bothered to try to redirect every old link into the new site
Is that read as edn?
No, it's read with read
Reader conditionals are allowed, but no features are enabled
probably just an oversight then
Oh, that would fix problems I'm having writing readers for clojurescript and clojure!
Clojurescript should do the same I suppose. I'll open jiras.