clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
razum2um 2019-05-22T08:08:17.258600Z

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?

souenzzo 2019-05-22T17:29:19.259600Z

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

alexmiller 2019-05-22T17:44:08.261400Z

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

alexmiller 2019-05-22T19:14:28.261900Z

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

1
alexmiller 2019-05-22T19:14:59.262600Z

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