Hacker News new | ask | show | jobs
by soveran 3357 days ago
That's interesting: commands that consume everything in the stack. About saving/loading words: I have plans to work on that, it could be a very useful feature.
1 comments

Postscript had the concept of dropping a mark on the stack that allowed commands that would consume the whole stack to also stop at a mark if encountered.

  5 4 mark 3 2 1 sum -> 5 4 6
I love the idea, thanks for the tip!