<https://kotlinfrompython.wordpress.com/2017/05/27...
# feed
t
I've come across this blog before. Author is very thorough.
c
Yeah, all of their articles are really thorough
h
Nice article, but I can’t follow some the arguments: Like in (7) about native code, I think python does really well (if not even better) here thanks to
ctypes
Or (8) about calling java. Python can do this very elegantly via
pyjnius
. There no such easy way the opposite way, that is to call python from java/kotlin. Or (9) “Kotlin does have language features not available in python”. Sure, but the same applies to python (dynamic dispatch, more flexible operator overloading, etc.). So it depends imho on the usecase.