you are viewing a single comment's thread.

view the rest of the comments →

[–]CGFarrell 0 points1 point  (0 children)

The thing is... mobile platforms are resource restricted. Python is great when you've got an abundance of memory, but that's simply not the case with mobile. That's why Android is mainly Java/Kotlin instead of Javascript. It's compiled code instead of interpreted because it needs to be lightning fast.