@[email protected] to [email protected] • 6 months agoStatically Typed Functional Programming with Python 3.12wickstrom.techmessage-square12fedilinkarrow-up11arrow-down10file-textcross-posted to: programming
arrow-up11arrow-down1external-linkStatically Typed Functional Programming with Python 3.12wickstrom.tech@[email protected] to [email protected] • 6 months agomessage-square12fedilinkfile-textcross-posted to: programming
minus-square@[email protected]linkfedilink0•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-square@[email protected]linkfedilink0•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.