클로저 (Closure) (1) - 일급함수 (First-class function)
일급함수 (First-class function) In computer science, a programming language is said to have first-class functions if it treats functions as first-class citizens. This means the language supports passing functions as arguments to other functions, returning them as the values from other functions, and assigning them to variables or storing them in data structures.[1] Some programming language theorist..
개발/python-병렬처리
2022. 5. 6. 20:32