clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
2020-11-15T21:23:35.244200Z

Is it kind of odd that the doc string for reify doesn't begin with a sentence something like "Creates and returns a new object that implements the protocols and interfaces specified in the body, via methods also specified in the body." As far as I can tell, that isn't even hinted at anywhere in the current doc string, as extensive as it is.

seancorfield 2020-11-15T21:38:13.244600Z

The first rule of "Reify Club" is... 🙂

😄 2
seancorfield 2020-11-15T21:38:44.245300Z

(but, yeah, you're right that it doesn't actually say what it does -- but I'd never noticed before)

alexmiller 2020-11-15T21:57:59.245900Z

As always, feel free to file a question on ask....