Symbolic computing with LISP and PROLOG

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): Mueller, Robert A.; Page, Rex L
Publisher: John Wiley & Sons
Year: 1988

Language: English
Pages: 469
City: New York
Tags: Lisp (Llenguatge de programacioĢ);PROLOG (Llenguatge de programacioĢ)

Content: LISP
PROLOG and denotational programming
LISP - notations for data in LISP
functions
building lists and extracting components
more list manipulation functions
a lenient function: "if"
naming partial results: "let"
recursion
debugging
more lenient functions: "and, or"
pumping
divide and conquer
input and output
higher order functions
numbers
PROLOG - notation for data and variables in PROLOG
propositional facts, rules, and queries
relations containing variables
unification: how the interpreter instantiates variables
recursion
propagation and accumulation of results
divide and conquer
"and/or" control flow
saving computation with embedded "or" control
"not"
backtracking
generating all solutions using "Bagof" and "Setof"
inhibiting backtracking
built-in relations for program file access and transformation of terms
program construction and debugging
numbers
input and output
declarative and procedural semantics of logic prog