Category:Prolog

From Rosetta Code

(Redirected from Prolog)
Jump to: navigation, search

Programming Language
Prolog is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using Prolog.

See also: Prolog on the HOPL


Prolog is a logic programming language. It is programmed declaratively, using resolution and backtracking to confirm propositions based on declared facts and rules.

Personal tools