cljsrn

gammarray 2021-09-10T00:43:46.213500Z

Well, I tried reader conditionals, but never could get past an error that said “Conditional read not allowed”. I followed this guide: https://shadow-cljs.github.io/docs/UsersGuide.html#_conditional_reading

thheller 2021-09-10T05:08:30.213600Z

guess you missed the "IMPORTANT: This feature is only available in .cljc files and will fail in .cljs files." 😛

🤭 1
gammarray 2021-09-10T14:21:28.213900Z

Ok, yep, that was it. I didn't know until today what the difference between .clj, .cljs, and .cljc was. Heh, I'm new here. Anyhow, thanks so much for responding yesterday. It's really wonderful to get support when you're stuck.