1 Suppose That We Disallowed Recursion In Ada Would It Be Possible To Construct A Fu 2110550

1. Suppose that we disallowed recursion in Ada. Would it be possible to construct a fully static environment for the language? Is the same true for C?

2. Describe how, in a language without procedure parameters, the environment pointer of a procedure closure does not need to be stored with the procedure, but can be computed when the procedure is called.

 

Q