@neauoire I don't know of any that aren't there.
4 comments
@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. 😉 @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. @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 good to know : ) thanks for checking