Jump to content

Prolog: Difference between revisions

From EDM2
No edit summary
Line 19: Line 19:
==A list of DOS implementations of Prolog==
==A list of DOS implementations of Prolog==
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
* [[ALS Prolog]] - Commercial - Discontinued
* [[ALS Prolog]] - Commercial - Discontinued.
* [[Amzi! Prolog+Logic Server]] - Commercial - Discontinued
* [[Amzi! Prolog+Logic Server]] - Commercial - Discontinued.
* [[Arity Prolog]] - Commercial - Discontinued
* [[Aquarius Prolog]] - Open/Closed source - Discontinued.
* [[Arity Prolog]] - Commercial - Discontinued.
* [[Beta-Prolog]] - Open Source - Discontinued.
* [[BinProlog]] - Open source commercial software - Discontinued.
* [[ESL Prolog-2]] - Commercial - Discontinued
* [[cu-Prolog]] - Open Source - Discontinued
* [[cu-Prolog]] - Open Source - Discontinued
* [[LPA Prolog]] - Commercial - Current
* [[LPA Prolog]] - Commercial - Current
Line 31: Line 35:
* [[Prolog V]]- Commercial - Discontinued
* [[Prolog V]]- Commercial - Discontinued
* [[Prolog-86+]]- Commercial - Discontinued
* [[Prolog-86+]]- Commercial - Discontinued
* [[Public Domain Prolog]] - Freeware - Discontinued
* [[Quintus Prolog]] - Commercial - Discontinued
* [[Quintus Prolog]] - Commercial - Discontinued
* [[SICStus Prolog]] - Commercial - Discontinued
* [[SICStus Prolog]] - Commercial - Discontinued
* [[Stony Brook Prolog]] - Aka sbprolog - Open source - Discontinued
* [[Visual Prolog|Turbo Prolog]] - Commercial - Discontinued
* [[Visual Prolog|Turbo Prolog]] - Commercial - Discontinued
* [[VML Prolog]]- Commercial - Discontinued
* [[VML Prolog]]- Commercial - Discontinued
Line 44: Line 50:
* [[IF/Prolog]] - Commercial - Discontinued - Contraint ver.
* [[IF/Prolog]] - Commercial - Discontinued - Contraint ver.
* [[LPA Prolog]] - Commercial - Discontinued - Versions up to 4.1 run with [[Win32s]]
* [[LPA Prolog]] - Commercial - Discontinued - Versions up to 4.1 run with [[Win32s]]
* [[Prolog IV]]- Commercial - Discontinued
* [[Visual Prolog]] - Commercial - Discontinued
* [[Visual Prolog]] - Commercial - Discontinued


Line 85: Line 92:


==Prolog history==
==Prolog history==
Invented in Marseilles, France in 1972 by Alain Colmerauer and Philippe Rousse, the system is a descendant of a natural language machine translation system called '''Q-systems''' that Colmerauer started developing in 1968, but prior and parallel to that he alongside Rousse and others connected to the birth of Prolog such as Jean Trudel and Robert Pasero had participated in the "Traduction Automatique de l’Université de Montréal" project in Canada.  
Invented in Marseilles, France in 1972 by Alain Colmerauer and Philippe Rousse, the system is a descendant of a natural language machine translation system called '''Q-systems''' that Colmerauer started developing in 1968, but prior and parallel to that he alongside Rousse and others connected to the birth of Prolog such as Jean Trudel and Robert Pasero had participated in the "Traduction Automatique de l’Université de Montréal" project in Canada. Initially implemented on an [[IBM]] [[System/360]] using Wirth's [[Algol-W]] and [[PL/360]].


[[Category:Programming Languages]] [[Category:Prolog]]
[[Category:Programming Languages]] [[Category:Prolog]]

Revision as of 21:56, 9 January 2016

Declarative logic programming language developed in France in the latter half of the 1960's and early 70, name is a shortening of "PROgrammation en LOGique" or "Programming in Logic". Unique syntax, derivatives include primarily constraint logic programming languages such as Prolog IV and ECLiPSE but also hybrids such as the strongly typed Mercury and Visual Prolog and even more alien systems such as Erlang.

A list of OS/2 implementations of Prolog

Libraries and bindings

A list of DOS implementations of Prolog

A list of Prolog implementations that run under WinOS/2

A list of Prolog implementations that run under Java

A list of Prolog implementations in JavaScript

Publications

Local articles

Tutorials and other learning material

Links

USENET

Standards

Prolog history

Invented in Marseilles, France in 1972 by Alain Colmerauer and Philippe Rousse, the system is a descendant of a natural language machine translation system called Q-systems that Colmerauer started developing in 1968, but prior and parallel to that he alongside Rousse and others connected to the birth of Prolog such as Jean Trudel and Robert Pasero had participated in the "Traduction Automatique de l’Université de Montréal" project in Canada. Initially implemented on an IBM System/360 using Wirth's Algol-W and PL/360.