257m@lemmy.mlcake to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square29linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.mlcake to Programming@programming.dev · 2 years agomessage-square29linkfedilink
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·2 months 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.