#python #sicp
naming and functions allow us to abstract away a vast amount of complexity
If you want to change selection, open document below and click on "Move attachment"
1.6 Higher-Order Functions func improve(update, close, guess) func golden_update(guess) func square_close_to_successor(guess) func approx_eq(x, y, tolerance)
This example illustrates two related big ideas in computer science. First,
<span>naming and functions allow us to abstract away a vast amount of complexity.
While each function definition has been trivial, the computational process set
in motion by our evaluation procedure is quite intricate. Second, it is only by
virtue of the fact that w Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details