Jump to content

Fifth-generation programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DNewhall (talk | contribs) at 18:04, 3 June 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A fifth-generation programming language is a programming language based around solving problems using constraints entered by the programmer which the computer uses to solve the given problem. Most constraint-based and logical programming languages and some declarative languages are fifth generation languages. The main difference between fourth-generation langages and fifth-generation languages is fourth-generation languages are designed to build a specific programs while fifth generation languages are designed to make the computer solve the problem for you. This way the programmer only needs to worry about what problems needs to be solved and what conditions need to be met without worrying about how to implement a routine or algorithm to solve them. Fifth-generation languages are used mainly in Artificial intelligence research. Prolog, OPS5, and Mercury are the best known fifth-generation languages.

In the 1990s fifth-generation languages were considered to be the wave of the future and would replace all other languages except low-level languages for system developement in software developement. Japan especially put a lot of research and money into their Fifth generation computer systems project hoping to design a massive computer network of machines using these tools.

See also: