First of, I want to say that I was deeply saddened to hear about the
passing of Anthony Grimes. He had a tremendous impact on all of us. Anthony
will be missed, and the Clojure community will not be the same without him.
The reason for this letter is to start a discussion regarding tentacles, an
I have no authority to speak on this, but I think it would be nice to see a
consensus fork managed by some one or ones with a vested interest in it. (I
also have used tentacles off and on.)
Maybe another option would be to create a github org of some people that can
act as admins. I'd nominate
Some languages have pattern matching, and Clojure is said to not have it
(without a library), but it does have destructuring.
It seems to me that destructuring is the same as pattern matching, except that
it can only be used inside function arguments, where as pattern matching can
also be used
On 27 Jan 2017, at 07:04, Didier wrote:
> Some languages have pattern matching, and Clojure is said to not have it
> (without a library), but it does have destructuring.
>
> It seems to me that destructuring is the same as pattern matching, except
> that it can only be used inside function arg