What's the explanation for Exercise 1.6 in SICP?

前端 未结 6 561
一个人的身影
一个人的身影 2021-01-30 16:08

I\'m just beginning to work through SICP (on my own; this isn\'t for a class), and I\'ve been struggling with Exercise 1.6 for a couple of days and I just can\'t seem to figure

6条回答
  •  耶瑟儿~
    2021-01-30 16:14

    new-if is a function. When a function is called, what's the first thing that Scheme does with the argument list? It evaluates all the arguments.

提交回复
热议问题