Hacker News new | ask | show | jobs
by protomyth 3357 days ago
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
1 comments

I love the idea, thanks for the tip!