0% found this document useful (0 votes)
19 views

Programming Notes

Prolog is a logic programming language associated with artificial intelligence and computational linguistics. It was first conceived in the early 1970s in France and was one of the first logic programming languages. Prolog is declarative and uses relations represented as facts and rules to solve queries rather than procedural programming.

Uploaded by

Gabi
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Programming Notes

Prolog is a logic programming language associated with artificial intelligence and computational linguistics. It was first conceived in the early 1970s in France and was one of the first logic programming languages. Prolog is declarative and uses relations represented as facts and rules to solve queries rather than procedural programming.

Uploaded by

Gabi
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Prolog

Prolog is a general purpose logic programming language associated with artificial


intelligence and computational linguistics. Prolog has its roots in formal logic,
and unlike many other programming languages, Prolog
is declarative: The program logic is expressed in terms of relations, represented
as facts and rules. Execution
is triggered by running queries over these relations. The language was first
conceived by a group around
Alain Colmerauer in Marseille, France, in the early 1970s and the first Prolog
system was developed in 1972
by Alain Colmerauer and Phillipe Roussel. Prolog was one of the first logic
programming languages, and
remains among the most popular such languages today, with many free and commercial
implementations
available. While initially aimed at natural language processing, the language has
since then stretched far
into other areas like theorem proving, expert systems, games, automated answering
systems, ontologies and
sophisticated control systems. Modern Prolog environments support the creation of
graphical user interfaces,
as well as administrative and networked applications.
http://en.wikipedia.org/wiki/Prolog

You might also like