Glossary coding Term Page

Higher-order function

accepts functions as arguments or returns a new function

higher-order-function #coding#python
Korean version

Related Concepts

Core Idea

Higher-order function is accepts functions as arguments or returns a new function. It usually makes the most sense alongside Closure, Decorator, functools.wraps.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept