ZILtoid1991@lemmy.world to Programmer Humor@programming.devEnglish · 8 months agoFunctional bros be likelemmy.worldimagemessage-square62fedilinkarrow-up1312arrow-down117
arrow-up1295arrow-down1imageFunctional bros be likelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.devEnglish · 8 months agomessage-square62fedilink
minus-squarejkrtn@lemmy.mllinkfedilinkarrow-up1·7 months agoYeah! For example, if the language allows closures to capture state, they can act like properties on an instance.
minus-squarejendrik@discuss.tchncs.delinkfedilinkarrow-up1·7 months agoA closure is a function with captured state. An object is state with methods.
Yeah! For example, if the language allows closures to capture state, they can act like properties on an instance.
I don’t see the duality
A closure is a function with captured state. An object is state with methods.