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

前端 未结 20 2031
南旧
南旧 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:13

    An application is big and will be used over and over by people and maybe sold to a customer.

    A script starts out small, stays small if you're lucky, is rarely sold to a customer, and might either be run automatically or fall into disuse.

提交回复
热议问题