<@U25U0KPFT> Python has always bothered me because...
# tornadofx
t
@carlw Python has always bothered me because its so wildly mutable. Even the types are mutable. You can add and remove methods at runtime. Kotlin and immutability, with some flexibility offered with data classes and
clone()
functions... it just makes sense from a tactical and maintainability perspective.