|
|
|
|
|
by subject4056
1292 days ago
|
|
A script is a type of program, they're not two separate classes of things. I think classically a script is a program whose subunits are each complete programs ('commands') that operate on a shared environment, with shell scripting being the central example. The definition has since been expanded by way of analogy to include basically any interpreted program which may have side effects on its execution environment. |
|