Fifth-generation programming language: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
m Reverted edits by 2601:647:4A01:8890:ED6A:86BE:BB91:42EB (talk) to last version by Monkbot
Line 3:
 
==History==
While [[fourth-generation programming language]]s are designed to build specific programs, fifth-generation languages are designed to make the computer solve a given problem without the programmer. This way, the user only needs to worry about what problems need to be solved and what conditions need not 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. [[OPS5]] and [[Mercury (programming language)|Mercury]] are examples of fifth-generation languages.<ref name="bala">E. Balagurusamy, ''Fundamentals of Computers'', Mcgraw Hill Education (India), 2009, {{ISBN|978-0070141605}}, p. 340</ref> as is [[ICAD (software)|ICAD]], which was built upon [[Lisp (programming language)|Lisp]]. [[KL-ONE]] is an example of a related idea, a [[frame language]].
 
In the 1980s, fifth-generation languages were considered to be the way of the future, and some predicted that they would replace procedural programming with constraint based programming for all tasks that could be framed as a series of logical constraints.<ref>{{cite journal |last1=Kahanwal |first1=Brijender |title=A taxonomy for programming languages with multisequential processes |journal=International Journal of Programming Languages and Applications |date=4 October 2013 |volume=3 |issue=4 |doi=10.5121/ijpla.2013.3401 |arxiv=1311.3293 }}</ref> Most notably, from 1982 to 1993, [[Japan]]<ref name="Ref1">{{Cite web|url=http://www.atariarchives.org/deli/fifth_generation.php|title=FIFTH-GENERATION COMPUTERS|access-date=2008-03-05|author=Richard Grigonis}}</ref><ref name="Ref2">{{Cite web|url=http://www.logicprogramming.org/|title=Association for Logic Programming (ALP)|access-date=2008-03-05|author=ALP}}</ref> put much research and money into their [[Fifth generation computer|fifth-generation computer systems project]], hoping to design a massive computer network of machines using these tools.