Question
26 The essential construct of lambda calculus is called the lambda application. True False Question 27 In Scheme, the letrec form makes a global binding
26
The essential construct of lambda calculus is called the lambda application.
True
False
Question 27
In Scheme, the letrec form makes a global binding of a variable visible in the top-level environment.
True
False
Question 28
Which of the following statements is correct?
A language with nonstrict functions is easier to implement. | ||||||||||||||
A function that will produce well-defined results, even when subexpressions or parameters may be undefined, is said to be strict. | ||||||||||||||
Delayed execution can lead to well-defined results, even when subexpressions or parameters may be undefined. | ||||||||||||||
Nonstrictness is always an undesirable property in a language Question 29
To determine if two lists have the same fringe, we must flatten them to just lists of their atoms. True False 30
The Scheme evaluation rule represents ____ evaluation.
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started