114k views
1 vote
Which of the following statements about Scheme is correct?

A. Scheme is not fully curried and it supports delayed evaluations.B. Scheme is a fully curried language that does not do delayed evaluation.C. Scheme is a fully curried and lazy language.D. Scheme does not support higher-order functions.

User Maoizm
by
4.9k points

1 Answer

4 votes

Answer:

B. Scheme is a fully curried language that does not do delayed evaluation.

Step-by-step explanation:

Scheme is a functional programming language that accepts first or higher-order functions and is a family of the LISP programming language. The syntax in scheme supports both curring and uncurring.

It also supports delayed evaluation and lazy evaluation of its coding statements

User PetriL
by
5.6k points