257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square45linkfedilinkarrow-up14arrow-down10
arrow-up14arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square45linkfedilink
minus-squareAndy@programming.devlinkfedilinkarrow-up0·2 years agoIn case you haven’t heard, Factor just had a new stable release, and is tons of fun for postfix enthusiasts.
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·5 days agoIn Factor’s case, combinators that insert values at quotation (lambda) boundaries.
In case you haven’t heard, Factor just had a new stable release, and is tons of fun for postfix enthusiasts.
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.