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: 252
Created: 2019-05-02

Others Prolog Tutorials

Others related eBooks about Prolog tutorial in PDF

Learning .NET EPPlus

Download free course Learning .NET EPPlus, pdf file on 39 pages by Stack Overflow Community....

Android™ Notes for Professionals

The fast-growing popularity of Android smartphones and tablets creates a huge opportunities for developers. If you're an experienced developer, you can start creating robust mobile Android apps right away with this professional guide....

React JS tutorial

Download free React JS tutorial course in PDF, training file in 31 chapters and 110 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Guide to C++ Programming

This tutorial provides an introduction to C++ programming language in PDF. This guide will help you to learn how to write a simple computer programs in C++ with somes exercises....

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....

Android Programming Tutorials

This book shows you what you can do with Android, through a series of 40 individual exercises. It gives you hands-on instruction in how to build sophisticated Android applications, using many of the technologies outlined in CommonsWare's other Android books. ...

Coding for kids

This PDF book teaches you how to encourage your kids to code at home, a guide to empowering kids with coding skills....

Think Java: How to Think Like a Computer Scientist

If you want to understand computer science, but have no programming experience, this book is for you. Think Java starts with the most basic programming concepts and carefully defines every term when it's first used. The authors then develop each new concept in a logical progression. Larger pieces ...

Introduction to Eclipse

With this PDF tutorial you will learn how to creat a java program using Eclipse ,a free training document for download under 4 pages....

Non-Programmer's Tutorial for Python 3

This book is a tutorial for the Python 3 programming language designed for someone with no programming experience. Starting from no programming knowledge, the book teaches how to create programs with examples, explanations and exercises....