| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 3,918,175,549 visitors served. |
Dictionary/ thesaurus | Medical dictionary | Legal dictionary | Financial dictionary | Acronyms | Idioms | Encyclopedia | Wikipedia encyclopedia | ? |
PROLOG |
Also found in: Dictionary/thesaurus, Wikipedia | 0.01 sec. |
|
|
Prolog (PROgramming in LOGic) A programming language used for developing AI applications (natural language translation, expert systems, abstract problem solving, etc.). Developed in France in 1973, "Programmation en Logique" is used throughout Europe and Japan and is gaining popularity in the U.S.Similar to LISP, it deals with symbolic representations of objects. The following example, written in University of Edinburgh Prolog, converts Fahrenheit to Celsius:
convert:- write('Enter Fahrenheit'),
read(Fahr),
write('Celsius is '),
Cent is (5 * (Fahr - 32)) / 9,
write(Cent),nl.
prologue (often US), prolog 1. a. the prefatory lines introducing a play or speech b. the actor speaking these lines 2. in early opera a. an introductory scene in which a narrator summarizes the main action of the work b. a brief independent play preceding the opera, esp one in honour of a patron PROLOG [′prō‚läg] (computer science) A programming language that is for artificial intelligence applications, and uses problem descriptions to reach solutions, based on precise rules.
Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content. |
|
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup |
|---|