翻訳と辞書
Words near each other
・ PROLITH
・ Prolitha
・ Prolivy
・ Prolixandromyces
・ Prolixocupes
・ Proll
・ Prolly Moor
・ Prolobitidae
・ Prolobitinae
・ Prolobosia
・ Prolobus
・ Prolochus
・ Prolochus junlitjri
・ Prolochus longiceps
・ Prolocutor
Prolog
・ Prolog (Livno)
・ Prolog (Ljubuški)
・ Prolog syntax and semantics
・ Prolog++
・ Prologis
・ Prologue
・ Prologue (disambiguation)
・ Prologue (Elton John album)
・ Prologue (magazine)
・ Prologue (Prose Edda)
・ Prologue (Renaissance album)
・ Prologue and Tale of Beryn
・ Prologue from Ohrid
・ Prolom


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Prolog : ウィキペディア英語版
Prolog

Prolog is a general purpose logic programming language associated with artificial intelligence and computational linguistics.
Prolog has its roots in first-order logic, a 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. A computation is initiated by running a ''query'' 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 Colmerauer with Philippe Roussel.
Prolog was one of the first logic programming languages,〔See .〕 and remains the most popular among such languages today, with several free and commercial implementations available. The language has been used for theorem proving, expert systems, as well as its original intended field of use, natural language processing.〔 See also Watson (computer).〕 Modern Prolog environments support creating graphical user interfaces, as well as administrative and networked applications.
Prolog is well-suited for specific tasks that benefit from rule-based logical queries such as searching databases, voice control systems, and filling templates.
==Syntax and semantics==
(詳細はresolution refutation of the negated query. If the negated query can be refuted, i.e., an instantiation for all free variables is found that makes the union of clauses and the singleton set consisting of the negated query false, it follows that the original query, with the found instantiation applied, is a logical consequence of the program. This makes Prolog (and other logic programming languages) particularly useful for database, symbolic mathematics, and language parsing applications. Because Prolog allows impure predicates, checking the truth value of certain special predicates may have some deliberate side effect, such as printing a value to the screen. Because of this, the programmer is permitted to use some amount of conventional imperative programming when the logical paradigm is inconvenient. It has a purely logical subset, called "pure Prolog", as well as a number of extralogical features.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Prolog」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.