@mao to Python@programming.dev • 8 months agoStatically Typed Functional Programming with Python 3.12wickstrom.techmessage-square12arrow-up145arrow-down11file-text
arrow-up144arrow-down1external-linkStatically Typed Functional Programming with Python 3.12wickstrom.tech@mao to Python@programming.dev • 8 months agomessage-square12file-text
minus-square@FizzyOrange@programming.devlinkfedilink2•8 months agofoo isn’t a function, it’s a bool. But in any case, as you can see the answer is “with terrible hacks”. Python is not a functional language. It is imperative.
minus-square@nxdefiant@startrek.websitelinkfedilink0•8 months agoYeah, never said it was, just that if you really want to emulate that style you mostly can.
foo
isn’t a function, it’s a bool. But in any case, as you can see the answer is “with terrible hacks”. Python is not a functional language. It is imperative.Yeah, never said it was, just that if you really want to emulate that style you mostly can.