Functional Programming in Kotlin
Kotlin is an interesting JVM language. Today I want to show some capabilities Kotlin has around Functional Programing. FP is a very interesting way to think and create safe programs. Today we will cover High Orde Functions, Lambdas, and also Class extensions. So today I made a simple video and code POC. Let's get started!
The Video
The Code
https://github.com/diegopacheco/kotlin-playground/tree/master/kotlin-fp-fun
Cheers,
Diego Pacheco