clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
cfleming 2020-11-24T01:14:50.252300Z

Is https://clojure.atlassian.net/browse/CLJ-1330 the best list of the naming conventions used by the Clojure compiler for different code constructs? Is there a more up-to-date or definitive list anywhere?

alexmiller 2020-11-24T01:26:31.254Z

Probably the only list :) but I would not consider any of those to be fixed for all time. We’ve got a recent ticket that proposes to alter protocol extension method names for example

cfleming 2020-11-24T01:28:33.254600Z

Ok. Sometimes tooling (things like debuggers and coverage engines) like to know the classnames.

cfleming 2020-11-24T01:29:06.255100Z

It would be extra nice if they were derivable from source, but sadly that’s not the case right now.

alexmiller 2020-11-24T01:30:27.256Z

A great place to request such a thing would be https://ask.clojure.org :)

cfleming 2020-11-24T01:30:53.256300Z

I knew that was coming 🙂

cfleming 2020-11-24T01:31:06.256500Z

I’ll do that.