Hacker News new | ask | show | jobs
by pmarreck 3299 days ago
So... Forth, basically. ;)
2 comments

Though you jest, Forth did influence certain decisions in L2's design. In particular, by using continuations you can make an L2 function temporarily leave a variable amount of data at the top of the stack in order for the caller or some other function to use.
Fifth!