Alex Miller

Results 77 comments of Alex Miller

That’s an interesting proposal! I’d be happy to adopt it into the Clojure site and it would be pretty easy to include as you say. I think the only big...

And I’d be happy to be an editor with the caveat that I’m not likely to have a ton of time to invest in it, so would be great to...

I think rather than incorporating the guide into the main clojure site, we'd like to focus on updating how's it linked and presented. I'm going to take a look at...

@halgari I think ^:private is a useful way to indicate author intention as to which parts of the ns are considered subject to change and which aren't. While it doesn't...

We will not be adding any other "-" forms to core. I think perhaps if we could do it over, defn- would not be added either, but we're not going...

I don't think we want to deprecate it, we just don't want to take the idea any further.

I think that would be great!

official api docs updated at https://clojure.github.io/core.async

few updates on latest master: - test/check fixed - "no conversion to symbol" from class symbols fixed - or-spec-impl fixed seqable-of is interesting, still looking at where we're going with...

I think for something like seqable-of, you are making specs from specs and really in the realm of making your own custom spec op now. As in https://github.com/clojure/spec-alpha2/wiki/Differences-from-spec.alpha#implementing-custom-specs - implementing...