Jason NovingerM to Python · 1 year agoDon't use Python's propertywww.b-list.orgexternal-linkmessage-square6fedilinkarrow-up115arrow-down14
arrow-up111arrow-down1external-linkDon't use Python's propertywww.b-list.orgJason NovingerM to Python · 1 year agomessage-square6fedilink
minus-squareVitulusAureus@lemmy.worldlinkfedilinkarrow-up5·1 year 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.