This github search seems to return more direct hits of this usage pattern:
https://github.com/search?l=Python&q=__matmul__+curry&type=Code

On Tue, Feb 11, 2020 at 11:38 AM Nathan <[email protected]> wrote:

> It doesn't look like it's popular or used much, but i spent a minute or
> two looking via github search and found this library that uses @ for
> currying:
>
> https://github.com/kanales/spycy/blob/master/spycy/__init__.py#L87
>
> On Tue, Feb 11, 2020 at 11:26 AM Brandt Bucher <[email protected]>
> wrote:
>
>> Thanks for bringing this up; I didn't know that there were any libraries
>> using @ like this.
>>
>> I've spent some time searching on Google, PyPI, and GitHub, though, and I
>> can't find anything that advertise this functionality. Do you have the
>> names of any of them handy, so I could perhaps add a simple, real-world
>> example of the newly valid usage?
>>
>> Brandt
>> _______________________________________________
>> Python-ideas mailing list -- [email protected]
>> To unsubscribe send an email to [email protected]
>> https://mail.python.org/mailman3/lists/python-ideas.python.org/
>> Message archived at
>> https://mail.python.org/archives/list/[email protected]/message/AU62SRUPERZZMTCU6JOL7QNZNNBPW3EP/
>> Code of Conduct: http://python.org/psf/codeofconduct/
>>
>
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/TSKGNV2WJFR2GTRI36VXP25KEATL4QEM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to