Lucy Linder
DERLIN.

DERLIN.

Follow
homeAbout MeKotlin is funnewsletter
Tag

Functional Programming

#functional-programming

More content

Read more stories on Hashnode


Articles with this tag

Kotlin is `fun` - lambdas with receivers

Apr 11, 20232 min read

As we already covered, Kotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class...

Kotlin is `fun` - lambdas with receivers

Kotlin is `fun` - extension functions

Mar 20, 20234 min read

Kotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class or use design patterns...

Kotlin is `fun` - extension functions

Kotlin is `fun` - Function types, lambdas, and higher-order functions

Mar 13, 20237 min read

Kotlin treats functions as first-class citizens. First-class means functions can be stored in variables and data structures and can be passed as...

Kotlin is `fun` - Function types, lambdas, and higher-order functions