Kotlin is `fun` - Function types, lambdas, and higher-order functions
Kotlin treats functions as first-class citizens.
First-class means functions can be stored in variables and data structures and can be passed as arguments to and returned from other functions (higher-order functions). This is one of the idioms of fun...
blog.derlin.ch7 min read
MiguelMJ
CS Graduate | SW Engineer | Master's student
Great post! Notice that the first link (First-class to wikipedia) is broken.