What programming language feature allows functions to be passed as arguments to other functions or returned as results from functions?
What programming language feature allows functions to be passed as arguments to other functions or returned as results from functions?
The 4 options will be given in the comments. Upvote the one you think is correct
Answer + how many people got it right will be posted in ~ 12 hours
5 comments
Ategon @programming.dev OP
Option 3
Higher-Order Functions
15 0 ReplyAtegon @programming.dev OP
Option 4
Memoization
2 1 ReplyAtegon @programming.dev OP
Answer
Maybe a bit too easy haha. The answer is Higher order functions and was correctly guessed by the vast majority of people (13/14)
1 0 ReplyAtegon @programming.dev OP
Option 1
Monads
1 1 ReplyAtegon @programming.dev OP
Option 2
Currying
1 1 Reply