Caesar AI Atlas

Декларативное программирование

Caesar AI Atlas Definition

Декларативное программирование — это programming paradigm, которая выражает, чего computation должна достичь, а не задает detailed control flow для достижения результата. Logic programming, database query languages и некоторые rule-based systems являются распространенными examples of declarative approaches.

Other Definitions

Декларативное программирование Source

A programming paradigm—a style of building the structure and elements of computer programs—that expresses the logic of a computation without describing its control flow.

Related Terms