posted 9 months ago
Hi Rick,
Modern languages like Kotlin and almost any language like Java that keep evolving are inspired by not one but many languages. I often hear from developers who compare language X syntax or feature to a language Y's syntax or feature, often because they're familiar with language Y. However, when we begin to learn multiple languages we realize that some features or syntax exist in more than one language and the authors of a particular language are not specifically focusing on what's in one particular language.
The developers who are evolving the Java language are continuously visiting many languages, not all mainstream, and then asking how can some features be implemented in Java to make it most effective for Java programmers. At that point, the influence of any one language is not as significant as what lessons have been learned overall in the industry and how can Java bring the features to be most effective to Java programmers.
Regards,
Venkat