Jason Novinger@programming.devM to Python@programming.dev · 2 years agoDon't use Python's propertywww.b-list.orgexternal-linkmessage-square6linkfedilinkarrow-up115arrow-down14
arrow-up111arrow-down1external-linkDon't use Python's propertywww.b-list.orgJason Novinger@programming.devM to Python@programming.dev · 2 years agomessage-square6linkfedilink
minus-squareVitulusAureus@lemmy.worldlinkfedilinkarrow-up5·2 years agoThe combination of properties 1 and 3 makes it a pure function, which is also useful in compiled or jittable languages because it allows for a variety of optimizations.
The combination of properties 1 and 3 makes it a pure function, which is also useful in compiled or jittable languages because it allows for a variety of optimizations.