Fifth-generation programming language: Difference between revisions

Content deleted Content added
Ruud Koot (talk | contribs)
m cat
m copyedit
Line 1:
A '''fifth-generation programming language''' (abbreviated '''5GL''') is a [[programming language]] based around solving problems using [[constraints]] given to the program, rather than using an algorithm written by a programmer. Most constraint-based and [[logic programming]] languages and some declarative languages are fifth generation languages. The main difference between [[fourth-generation programming language]]s and fifth-generation languages is fourth-generation languages are designed to build 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 programming language|Mercury]] are the best known fifth-generation languages.
 
While [[fourth-generation programming language]]s are designed to build specific programs, 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 need 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 programming language|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 development in software development. 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.
 
In the [[1990s]], fifth-generation languages were considered to be the wave of the future, and some predicted that they would replace all other languages except low-level languages for system development, inwith softwarethe development.exception Japanof especiallylow-level putlanguages. aMost lotnotably, of[[Japan] put much research and money into their [[Fifth fifth-generation computer systems project]], hoping to design a massive computer network of machines using these tools.
 
==See also==