|
|
|
|
|
by vturner
2381 days ago
|
|
Sigh, I know new language features are cool, but I highly doubt the growing dominance of Python and JS is a question primarily of language features. Python has a REPL and the outstanding tooling built on that along with an ecosystem of libraries where a default use case is the design choice. That all leads to "fast" development which what a lot of people care about. JS has the default use app deployment area: browser. Meanwhile Java's REPL is a pretty sad imitation, and I see no movement toward trying to get back in the user app space. I love the JVM and the language itself is good enough, but the management of Java features through the years leaves me disappointed. * I know Android is Java and Kotlin focused but Android development is entirely different than writing a JavaSE app. Also know Kotlin compiles to JS, and I think that supports my grumpy young man persona. A hugely successful language IDE company saw it useful to build a cross compiling language on your platform. |
|