Hacker News new | ask | show | jobs
by murisitarusenga 3297 days ago
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.