Asking
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

People who have been programming for a lot of year's, what's your opinion on Kotlin and Python?

This page is a permanent link to the reply below and its nested replies. See all post replies »
Elessar · 26-30, M
Python being interpreted doesn't apply to my use case.

Kotlin looks nice, you target the JVM world (consuming Java packages/dependencies as well) without having to use that horribly verbose language that is Java. It also comes with a native / AOT option, capable of targeting multiple platforms; no idea how good it is, though, and how much it restricts your ability to consume Java packages.