Oscar Benjamin's study of sympy is part of what prompted this, and does provide
a concrete example of why constructors should be echoed.
I think in general, the matching has fallen into two categories:
(1) Simple literal-like matching, that mostly works OK. There is still some
concern over wh
On Thu, 16 Jul 2020 at 02:09, Guido van Rossum wrote:
>
> On Wed, Jul 15, 2020 at 4:41 PM Oscar Benjamin
> wrote:
>>
>> I've taken a look through PEP 622 and I've been thinking about how it
>> could be used with sympy.
>>
>> In principle case/match and destructuring should be useful for sympy
>>
Hi Oscar
On Wed, Jul 15, 2020 at 4:41 PM Oscar Benjamin
wrote:
I've taken a look through PEP 622 and I've been thinking about how
it could be used with sympy.
Thank you very much for taking the time to carefully elaborate an
interesting possible use case. I find this very helpful and a
On Wed, Jul 15, 2020 at 4:41 PM Oscar Benjamin
wrote:
> I've taken a look through PEP 622 and I've been thinking about how it
> could be used with sympy.
>
> In principle case/match and destructuring should be useful for sympy
> because sympy has a class Basic which defines a common structure for