Research paper "Energy Efficiency across Programming Languages: How does energy, time, and memory relate?"

Ethan Furman ethan at stoneleaf.us
Mon Sep 18 18:29:46 EDT 2017


On 09/17/2017 01:14 AM, Steve D'Aprano wrote:
> On Sun, 17 Sep 2017 04:16 pm, Terry Reedy wrote:
>
>> On 9/17/2017 2:04 AM, Chris Angelico wrote:
>>> On Sun, Sep 17, 2017 at 4:00 PM, Terry Reedy <tjreedy at udel.edu> wrote:
>>>> The numerical extensions have been quasi-official in the sense that at least
>>>> 3 language enhancements have been make for their use.
>>>
>>> I know about the matrix multiplication operator. What are the other
>>> two (or more)?
>>
>> Stride slicing, which later became valid in regular code, and Ellipsis.
>> (I could be wrong on the latter.)
>
>
> Nope, both are correct.

Weren't the rich comparison operators* also motivated by the numerical/scientific community?

--
~Ethan~

* __le__, __gt__, etc.




More information about the Python-list mailing list