Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
wowotek58276y@platypus @PrivateGER can you tell me why? because i don't understand the definition of dialect, i mean like for example lisp dialect.
-
@wowotek It's fundamentally a different language. It's not Java with additions.
The only reason this question would arise, I suspect, is because they are both primarily JVM languages. But, in theory, any language can compile to the JVM.
A dialect would be the same basic language with some minor changes---so when you looked at both dialects you'd say "LISP".
If you look at Kotlin, you don't say, "Java". -
wowotek58276y@platypus Aaaah i see, great explaination!
i know JVM ia Java Virtual Machine but i never pretend it like a "Machine". thank you, for real! -
I feel Its like a blend of many features from different languages in terms of syntax but its staticaly typed behavior makes it unusual and different than java.
simple trivial question:
is Kotlin a java Dialect, or entirely different Language?
question