Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python #sicp
Question
Functions that manipulate functions are called [...].
Answer
higher-order functions

Tags
#python #sicp
Question
Functions that manipulate functions are called [...].
Answer
?

Tags
#python #sicp
Question
Functions that manipulate functions are called [...].
Answer
higher-order functions
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Functions that manipulate functions are called higher-order functions.

Original toplevel document

1.6 Higher-Order Functions
t functions. These patterns can also be abstracted, by giving them names. To express certain general patterns as named concepts, we will need to construct functions that can accept other functions as arguments or return functions as values. <span>Functions that manipulate functions are called higher-order functions. This section shows how higher-order functions can serve as powerful abstraction mechanisms, vastly increasing the expressive power of our language. 1.6.1 Functions as Arguments

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.