Prolog tutorial in PDF

Table of contents

  • About
  • Getting started with Prolog Language
  • Remarks
  • Implementations
  • Examples
  • Installation or Setup
  • append/3
  • CLP(FD) Constraints
  • Database Programming
  • Hello, World
  • Hello, World in the interactive interpreter
  • Hello, World from a file
  • Coding guidelines
  • Examples
  • Naming
  • Indentation
  • Order of arguments
  • Constraint Logic Programming
  • Examples
  • CLP(FD)
  • CLP(Q)
  • CLP(H)
  • Control structures
  • Examples
  • Disjunction (logical OR), implicit vs. explict
  • Conjunction (logical AND)
  • Cut (remove choice points)
  • Data Structures
  • Examples
  • Lists
  • Coding guidelines
  • Control structures
  • Definite Clause Grammars (DCGs)
  • Difference Lists
  • Extra-logical Predicates
  • Logical Purity
  • Operators
  • Reasoning about data

It is a free Prolog ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many Prolog developers and contributors.

The content is released under Creative Commons BY-SA

Size : 1MB
File type : pdf
Downloads: 246
Created: 2019-05-02

Others Prolog Tutorials

Others related eBooks about Prolog tutorial in PDF

The Busy Coder's Guide to Android Development

This book tries to cover as much material as possible, but aimed more for people new to mobile development. The book includes dozens of sample projects, ready to run with your copy of the SDK - not just one huge project where you have difficulty finding the specific examples of the technique you a...

Learning Java

Java is a class-based, object-oriented programming language that is designed to have as fe..., download free Java tutorial in PDF (1225 pages) created by ....

Making Games with Python & Pygame

Download free course Making Games with Python & Pygame, pdf file on 365 pages by Al Sweigart....

Perl tutorial for beginners

Download a free course in PDF about Perl programming language, a complet training document under 120 pages by Geoffrey Sampson....

Essential Swift

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Swift programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

Test-Driven Development with Python

Download free course Test-Driven Development with Python, pdf file on 502 pages by Harry J. W. Percival....

Graph Algorithms

Download free course Graph Algorithms, pdf file on 257 pages by Mark Needham, Amy Hodler....

Download Haskell PDF Tutorial

Download Haskell PDF Tutorial for free, it consisting of 24 chapters and 683 pages covering all the most important Haskell concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....

DotNet for professionnals

Download free DotNet tutorial course in PDF, training file in 58 chapters and 192 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Annotated Algorithms in Python

Download free course Annotated Algorithms in Python, pdf file on 388 pages by by Massimo Di Pierro....