|
|
|
|
|
by nostoc
2024 days ago
|
|
A scripting language is generally thought as a language suitable for quick easy project, less so for large scale software engineering. Verbosity of syntax, compilation, presence of boilerplate code, static typing are all things that make java unattractive as a scripting language. Java is great at what it does, which is not scripting. |
|