High-Order function
-
First-Class Object and High-Order functionDynamicPL/Python 2019. 11. 2. 14:02
1. Overview In programming language design, a first-class citizen (also type, object, entity, or value) in a given programming language is an entity that supports all the operations generally available to other entities. These operations typically include being passed as an argument, returned from a function, modified, and assigned to a variable. In mathematics and computer science, a higher-ord..