Answer from cs61c-ep (Hao Wen Vivian Chong 15826235) for Question 2 If we created a programming language that forbade the use of recursion, we would no longer have to allocate frames on a stack, since only one instance of a procedure can be active at a time. An error that we often saw in scheme which we would not see here is (?)