@dmiller is it ClojureCLR or Clojure CLR?
Looking at https://github.com/clojure/clojure-clr it seems to consistently use ClojureCLR, but the heading on https://clojure.org/about/clojureclr has a space (the two subsequent mentions on that page do not).
yeah it seems like at least 3/4 of the time there's no space
@alexmiller Any reason why the space shows up in a few places? Should we just remove it?
about/clojureclr.adoc:= Clojure CLR
guides/reader_conditionals.adoc: :cljr (Clojure CLR expression)
guides/weird_characters.adoc: :cljr (Clojure CLR expression)I probably haven't touched that page in 10 years, feel free to update
I updated those pages to remove the space.
ClojureCLR has been my understanding.
All changed now: https://clojure.org/guides/getting_started https://clojure.org/guides/reader_conditionals https://clojure.org/guides/weird_characters
Thanks y'all!
No problem. Thanks for pointing it out!