
From Java to Kotlin Part 7
One of the nicest features of Kotlin is how easy it is to mix and match imperative and functional programming styles. There are many definitions of functional programming, but my personal definition is simply "using functions as input for other functions", maybe this is why it's called 'function'-al...
Read more