In
computer science, a
programming language is said to have
first-class functions if it treats
functions as
first-class objects.
Specifically, this means that 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.
No comments:
Post a Comment