There have always been multiple reasons to avoid Java for writing scripts. It was not surprising that Java was not the most appropriate language for scripting because it was never intended to be a ...
When I learned to program, programs had line numbers. You’d type GOTO 10 or GOSUB 5000 and that would control the flow of your program. When I first saw a programming language that didn’t have line ...