257m@lemmy.ml to Programming@programming.dev · 2 年前What are your programming hot takes?message-squaremessage-square64fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 年前message-square64fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up0·2 年前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.
minus-squarechunes@lemmy.worldlinkfedilinkarrow-up1·8 个月前In 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.