257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square23fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square23fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up0·2 years agoI never understood how concatenative programmers can hold the current state of the stack in their head and never get confused about what is where, especially when changing complex code.
minus-squarechunes@lemmy.worldlinkfedilinkarrow-up1·9 days agoIn Factor’s case, combinators that insert values at quotation (lambda) boundaries.
I never understood how concatenative programmers can hold the current state of the stack in their head and never get confused about what is where, especially when changing complex code.
In Factor’s case, combinators that insert values at quotation (lambda) boundaries.