Giovanni Laquidaragiolaq.devยทMar 31, 2023Functional Programming in Kotlin: ImmutabilityImmutability is an important concept in functional programming. In an immutable programming paradigm, data cannot be changed once it is created. This is in contrast to a mutable programming paradigm, where data can be modified in-place. In Kotlin, th...195 readsFunctional Programming in KotlinKotlinAdd a thoughtful commentNo comments yetBe the first to start the conversation.