Fork me on GitHub
#clojure-dev
<
2019-05-22
>
razum2um08:05:17

Just wonder about https://github.com/clojure/clojure/blame/06097b1369c502090be6489be27cc280633cb1bd/src/jvm/clojure/lang/LispReader.java#L103 could we’ve had (defn f |a b| (+ a b)) ? a vector is definetly better now 🙂 btw, @alexmiller are there other stories you’ve heard/read about historical design choices?

souenzzo17:05:19

There is a special symbol syntax around | on clr target. Not sure if it's about Magic/Mage or ClojureCLR itself http://nas.sr/magic/2017/08/03/10-000-feet.html

Alex Miller (Clojure team)17:05:08

| has been reserved as an escaped symbol name delimiter (ala CL), like how clr is using it

Alex Miller (Clojure team)19:05:28

FYI, old jira links now redirect to their equivalent page in the new jira

4
Alex Miller (Clojure team)19:05:59

I am working on making the old jira available via an alternate url in case someone needs reports or anything else from it, still wip