When.com Web Search

  1. Ad

    related to: declarative programming languages

Search results

  1. Results From The WOW.Com Content Network
  2. Declarative programming - Wikipedia

    en.wikipedia.org/wiki/Declarative_programming

    Declarative programming is a non-imperative style of programming in which programs describe their desired results without explicitly listing commands or steps that must be performed. Functional and logic programming languages are characterized by a declarative programming style.

  3. Category:Declarative programming languages - Wikipedia

    en.wikipedia.org/wiki/Category:Declarative...

    This category lists those programming languages that adhere to the declarative programming paradigm. Subcategories This category has the following 6 subcategories, out of 6 total.

  4. List of programming languages by type - Wikipedia

    en.wikipedia.org/wiki/List_of_programming...

    Declarative programming stands in contrast to imperative programming via imperative programming languages, where control flow is specified by serial orders (imperatives). (Pure) functional and logic-based programming languages are also declarative, and constitute the major subcategories of the declarative category. This section lists additional ...

  5. Prolog - Wikipedia

    en.wikipedia.org/wiki/Prolog

    Prolog is a logic programming language that has its origins in artificial intelligence, automated theorem proving and computational linguistics. [1] [2] [3]Prolog has its roots in first-order logic, a formal logic, and unlike many other programming languages, Prolog is intended primarily as a declarative programming language: the program is a set of facts and rules, which define relations.

  6. Category:Declarative programming - Wikipedia

    en.wikipedia.org/wiki/Category:Declarative...

    Declarative programming languages (6 C, 68 P) ... Pages in category "Declarative programming" The following 3 pages are in this category, out of 3 total.

  7. Programming paradigm - Wikipedia

    en.wikipedia.org/wiki/Programming_paradigm

    Given a database or a set of rules, the computer tries to find a solution matching all the desired properties. An archetype of a declarative language is the fourth generation language SQL, and the family of functional languages and logic programming. Functional programming is a subset of declarative programming.

  8. Datalog - Wikipedia

    en.wikipedia.org/wiki/Datalog

    Datalog is a declarative logic programming language. While it is syntactically a subset of Prolog, Datalog generally uses a bottom-up rather than top-down evaluation model. This difference yields significantly different behavior and properties from Prolog. It is often used as a query language for deductive databases.

  9. Computer program - Wikipedia

    en.wikipedia.org/wiki/Computer_program

    A programming language is a set of keywords, symbols, identifiers, ... Two broad categories of declarative languages are functional languages and logical languages.