#first-class-functions

[ follow ]
Medium
1 month ago
JavaScript

Scala Higher-Order Functions

Functions in Scala are treated as first-class values, allowing functions to be used in a variety of contexts.
Higher-order functions in Scala can take functions as parameters, enabling functional programming concepts like function composition. [ more ]
TechBeamers
3 months ago
JavaScript

Difference Between First-Class and Higher-Order Functions

Functions in Python are considered first-class objects
First-class functions can be assigned to variables, passed as arguments to other functions, and returned from other functions [ more ]
[ Load more ]