The isolated environment can matter when different scripts that you use depend on libraries that have conflicting dependency requirements.
> Competing languages like Java don't need or even have the concept of isolated environments
The nice thing about scripts is that you can quickly add new capabilities when you need them. They are always under development. To get the same thing in Java, you need a project directory with a build file, which gives you an isolated build environment.
> Competing languages like Java don't need or even have the concept of isolated environments
The nice thing about scripts is that you can quickly add new capabilities when you need them. They are always under development. To get the same thing in Java, you need a project directory with a build file, which gives you an isolated build environment.