legen nicht die iso-normen die definition des terminus "programmiersprache" (und somit auch implizit die des terminus "programmieren") recht eindeutig fest?
Zitat:
01.05.10
programming language
An artificial language for expressing programs.
01.05.01
program
computer program: A syntactic unit that conforms to the rules of a particular programming language and that is composed of declarations and statements or instructions needed to solve a certain function, task, or problem.
ISO/IEC 2382-1:1993, Information technology -- Vocabulary -- Part 1: Fundamental terms
15.02.01
declaration
An explicit language construct that introduces one or more identifiers into a program and specifies how these identifiers are to be interpreted.
Examples - Declarations of data types, storage organization, packages, or tasks.
15.05.01
statement
An explicitly terminated syntactic unit either representing a declaration or prescribing a unit of work that includes identification of actions to be performed, operands (if any) to be used in performing these actions, and disposition of any results.
ISO/IEC 2382-15:1999, Information technology -- Vocabulary -- Part 15: Programming languages
|