mao@lemmy.sdf.org to Python@programming.dev · 5 months agoStatically Typed Functional Programming with Python 3.12wickstrom.techexternal-linkmessage-square12fedilinkarrow-up145arrow-down11file-text
arrow-up144arrow-down1external-linkStatically Typed Functional Programming with Python 3.12wickstrom.techmao@lemmy.sdf.org to Python@programming.dev · 5 months agomessage-square12fedilinkfile-text
minus-squarewewbull@feddit.uklinkfedilinkEnglisharrow-up5arrow-down3·5 months agoDoes it have higher-order functions? Yes, therefore you can use it to do functional programming. Everything else is syntactic sugar.
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up4·5 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.