My veteran Python coworker has been heavily commit...
# random
t
My veteran Python coworker has been heavily committing Kotlin code the past week, with no JVM experience and only Intellij/JDK setup help from me. This says a lot about the Kotlin platform. Also, he picked up TornadoFX almost instantly just by looking at my code.
👍 3
🐍 5
a
That's great. I spent ~5 years doing Python & find a lot of the collection manipulation (e.g. map, fold, filter etc) to be v similar to Python's List & Map Comprehensions. Python also has lambdas & partial functions etc which again are a stepping stone.
👍 1
e
that's your charm and dialectic, Thomas Dont underestimate yourself 😎
😀 1
a
Still find myself yearning for some of the Python constructs (in particular defaultDict & accumulators) but I certainly wouldn't switch back. The safety of a compiled language is just too reassuring 🙂