Fifth-generation programming language: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Added doi-broken-date. | Use this bot. Report bugs. | Suggested by Abductive | Category:Programming language classification | #UCB_Category 7/37
Tag: Reverted
Citation bot (talk | contribs)
Removed parameters. | Use this bot. Report bugs. | Suggested by Neko-chan | Category:CS1 maint: DOI inactive as of February 2024‎ | #UCB_Category 282/597
Line 6:
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 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 |doi-broken-date=2024-02-17 |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.
 
However, as larger programs were built, the flaws of the approach became more apparent. It turns out that, given a set of constraints defining a particular problem, deriving an efficient algorithm to solve it is a very difficult problem in itself. This crucial step cannot yet be automated and still requires the insight of a human programmer.