I need to write a command tool and I would like to write it in Scala. The problem is the start-up time of JVM (Oracle JDK). I did not measure it but I am sure the JVM starts slower than Python, for example.
I have already asked a similar question and got answers about tools like Drip and Nailgun. However I would like to use just a JVM without any other tools.
Now I am looking for a small and lightweight JVM, which starts as fast as Python and can run Scala generated bytecode. Can I use an Android JVM
for that purpose ?