[Python-Dev] Re: PEP 638: Syntactic macros

2023-02-02 Thread David Mertz, Ph.D.
On Thu, Feb 2, 2023 at 12:46 PM Stéfane Fermigier wrote: > https://en.wikipedia.org/wiki/Mathematical_operators_and_symbols_in_Unicode > https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols > NB: on a very basic level, I remember trying, a few years ago, to use the > Unicode "empty set"

[Python-Dev] Re: PEP 638: Syntactic macros

2023-02-02 Thread Stéfane Fermigier
On Thu, Feb 2, 2023 at 8:34 AM Stephen J. Turnbull < stephenjturnb...@gmail.com> wrote: > cd...@cam.ac.uk writes: > > > I don't want to be forced to learn lots of weird little functions > > like `np.matmul(x1, x2)` when there's already one obvious syntax > > I'm very familiar with: `x1 * x2`.