Can Kotlin or kscript be as short as Python?20 July 2019·2 minsSoftware-Development Python Kotlin KscriptWhile researching why so many people like Python, I found and article which showed how much more readable Python code is compared to Java code. I was curious how well Kotlin does that job.
An Object Spread Operator for Kotlin13 July 2019·6 minsSoftware-Development KotlinThis article demonstrates how at least some uses cases for an object spread operator can be implemented with Kotlin.