Answer the question
In order to leave comments, you need to log in
Is it possible to use compiled PLs on Android?
I just had a thought in my head - interpreted PLs are slower, due to the need to compile it on the go, so what is the justification for using them on mobile platforms?
Answer the question
In order to leave comments, you need to log in
Maybe. For Android, you can write in C++. But Google doesn't seem to recommend it. About the advantages of the interpreted PL. The only thing that comes to mind is the isolation of the application layer from the system layer. Google can experiment with low-level components of the system without breaking the application interface for programmers. For the same reason, C# is handy for MS. You can, in principle, afford decent changes while leaving the same tools for applications.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question