What's the difference between a “script” and an “application”?

前端 未结 20 2053
南旧
南旧 2020-12-04 14:53

I\'m referring to distinctions such as in this answer:

...bash isn\'t for writing applications it\'s for, well, scripting. So sure, your application m

20条回答
  •  一向
    一向 (楼主)
    2020-12-04 15:16

    First of all, I would like to make it crystal clear that a script is a program. In other words, a script is a set of instructions.

    Program:

    A set of instructions which is going to be compiled is known as a Program.

    Script:

    A set of instructions which is going to be interpreted is known as a Script.

提交回复
热议问题