Select correct statement regarding evaluation of functions parameters
Explanation
Consider the function:
def first(x: Int, y: Int) = x
With call-by-name evaluation function call first(1, loop) evaluates to 1. However it would always reduce to itself and we would make no progress with call-by-value evaluation.
Source: Evaluation Strategies and Termination

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Scala
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты