mao@lemmy.sdf.org to Python@programming.dev · 5 months agoStatically Typed Functional Programming with Python 3.12wickstrom.techexternal-linkmessage-square12fedilinkarrow-up144arrow-down11file-text
arrow-up143arrow-down1external-linkStatically Typed Functional Programming with Python 3.12wickstrom.techmao@lemmy.sdf.org to Python@programming.dev · 5 months agomessage-square12fedilinkfile-text
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up2·5 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-squarenxdefiant@startrek.websitelinkfedilinkarrow-up2·5 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.