Continuations and tail recursion
http://www.lwh.jp/lisp/continuations.html NOTE The implementation of eval_expr and the design of the stack in this chapter are rather ad-hoc, and I'm not particularly proud of them. Please skip to the next chapter if they offend you. Continuations and tail recursion Our eval_expr function has been implemented recursively — that is to say, when in the course of evaluating an expression it is nece..