Kacarott@aussie.zone to Programmer Humor@lemmy.ml · 7 months agoWhat the F#whatthefsharp.comexternal-linkmessage-square28fedilinkarrow-up193arrow-down11file-text
arrow-up192arrow-down1external-linkWhat the F#whatthefsharp.comKacarott@aussie.zone to Programmer Humor@lemmy.ml · 7 months agomessage-square28fedilinkfile-text
minus-squarevithigar@lemmy.calinkfedilinkarrow-up2·7 months agoI think the explanation they provide is a bit lacking as well. Defining an anonymous function doesn’t “create a reference” to any variables it uses, it captures the scope in which it was defined and retains existing references.
I think the explanation they provide is a bit lacking as well. Defining an anonymous function doesn’t “create a reference” to any variables it uses, it captures the scope in which it was defined and retains existing references.