Mark Eschbach

Software Developer && System Analyst

Prolog

A delcarative logic based language used for deductive reasoning within a finite universe.

To my knowledge there are no hardware accelators for Prolog, however there are implementations of the language targeting most platforms.

Articles

Facts
Facts are axomiatic truths within the Prolog world. This article explores their usage and ideas.
Rules
Rules define the relationship between other rules and facts to answer questions.

Old Articles

A History of Prolog
Some basic research regarding the origins of Prolog
Prolog: A Programmer's Introduction
An attempt to create an introduction to Prolog for other expierenced polyglots.