Concatenative Programming @programming.dev Andy @programming.dev 6mo ago Designing Code For Forward Progress rtpg.co Designing Code For Forward Progress Discussion on lobsters
The given Uiua example (mercifully given using words rather than the symbols):
For all the talk about "forward" it's uncomfortable to me how the Uiua evaluation within a line happens backward.
An equivalent in Factor, where
keep
is close toon
:But this pattern of doing two things in sequence to the same item is common enough that
bi
is handy: