About 19,900,000 results
Open links in new tab
  1. Prolog - Wikipedia

    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, …

  2. Prolog | An Introduction - GeeksforGeeks

    Jul 11, 2025 · Unlike many other programming languages, Prolog is intended primarily as a declarative programming language. In prolog, logic is expressed as relations (called as Facts …

  3. Beginner's Guide to Prolog | Beginner’s Guide to Programming ...

    Feb 9, 2025 · Prolog (Programming in Logic) is a declarative logic programming language. Unlike imperative languages (like C++ or Java) which specify how to solve a problem step-by-step, …

  4. What is Prolog Programming Language: An Overview - USAII

    Mar 4, 2024 · What is Prolog? Prolog is one of the most popular logic programming languages that is highly suitable for artificial intelligence and logic. It was developed in the 1970s and …

  5. Introduction to Prolog: A Programming Language for AI - Built In

    Apr 2, 2025 · Prolog is a logic programming language largely used for artificial intelligence (AI) application development and research. It uses a declarative programming approach, making it …

  6. Prolog - Introduction - Online Tutorials Library

    Prolog or PRO gramming in LOG ics is a logical and declarative programming language. It is one major example of the fourth generation language that supports the declarative programming …

  7. Logic Programming for Beginners: Getting Started with Prolog

    May 21, 2025 · Prolog, which stands for “Programming in Logic,” is a specific logic programming language that utilizes a set of facts and rules to derive conclusions through a process called …

  8. Prolog/What is Prolog - Wikibooks, open books for an open world

    Nov 19, 2020 · In the case of prolog, it will tell you whether a prolog sentence is true or not and, if it contains variables, what the values of the variables need to be. This may sound like a …

  9. What is Prolog? | Prolog Language: A Comprehensive Guide

    Prolog was created in the early 1970s by a group led by Alain Colmerauer. It was designed to facilitate natural language processing and provide a framework for symbolic reasoning.

  10. Introduction to Prolog: Logical Programming | Hemaks: Expert ...

    Sep 6, 2024 · Prolog, short for “Programming in Logic,” is a programming language that embodies the principles of logical programming. This paradigm is based on formal logic, where the …