Hi
- Was Kotlin built using the Java language? If yes, in this case logically it will be slower than Java, right?
- I have seen in some tutorials that when we write code in Kotlin there is still Java behind it? so It is only like shortcuts for Java? I mean if I write println it will write System.out.println but hides that from me, right?
- If ther eis no JVM, how will Kotlin survive?
Thanks