mao@lemmy.sdf.org to Python@programming.dev · 6 months agoStatically Typed Functional Programming with Python 3.12wickstrom.techexternal-linkmessage-square9fedilinkarrow-up13arrow-down10file-text
arrow-up13arrow-down1external-linkStatically Typed Functional Programming with Python 3.12wickstrom.techmao@lemmy.sdf.org to Python@programming.dev · 6 months agomessage-square9fedilinkfile-text
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up0·6 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-up0arrow-down2·6 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.