
Programming Languages
Prolog Guide - First Steps
In this chapter we will go through few examples to show basic ideas behind Prolog programming. But first, just few notes about using Prolog systems. A Prolog program is a set of procedures (the order is indifferent), each procedure consists of one or more clauses (the order of clauses is important).You will be using either either on PCs, Linux machines or Macs, or on remus.rutgers.edu.
Helpful notes on how to use Prolog
10.3 Negation as failure
10.3 Some Prolog Revision
Lexical elements and delimiters in Prolog
[Contents] [Top] [Help] [(c)] [Contact] Terms Basic Prolog elements Prolog-specific charactersThe generic name for all forms of Prolog data is "term". The data your program works with is all terms of one form or another.
Prolog Terms
1. Prolog Lists - Prolog Site
Prolog/Lists
[ edit ] ListsScheme (programming language)
Scheme is a functional programming language and one of the two main dialects of the programming language Lisp .Lisp done right, according to some.

