@neauoire The only ones I've ever used are the Forth standards - DUP, DROP, SWAP, ROT, OVER - and the newer NIP, TUCK, PICK, ROLL and -ROT.
>R and R> should be honourary members. 😉
Top-level
@neauoire The only ones I've ever used are the Forth standards - DUP, DROP, SWAP, ROT, OVER - and the newer NIP, TUCK, PICK, ROLL and -ROT. >R and R> should be honourary members. 😉 2 comments
@neauoire Return stack juggling is a collection of footguns IMHO but there are so many others in classic Forth it doesn't seem to be worth moaning about. 😉 |
@AlgoCompSynth Forth doesn't have built-in quotes so that limits the operators a bit, but you're right maybe I should add the stack exchange operations since quotations are sometimes emulated via return stack stashing.