@mao to Python@programming.dev • 7 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 • 7 months agomessage-square12file-text
minus-square@wewbull@feddit.uklinkfedilinkEnglish2•7 months agoDoes it have higher-order functions? Yes, therefore you can use it to do functional programming. Everything else is syntactic sugar.
minus-square@FizzyOrange@programming.devlinkfedilink4•7 months agoFunctional programming doesn’t just mean higher order functions. There’s a range of other features that it implies.
Does it have higher-order functions? Yes, therefore you can use it to do functional programming.
Everything else is syntactic sugar.
Functional programming doesn’t just mean higher order functions. There’s a range of other features that it implies.