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 1.186.230.207 (talk) to last version by 69.92.218.114
Line 3:
A '''fifth-generation programming language''' ('''5GL''') is any [[programming language]] based on problem-solving using constraints given to the program, rather than using an [[algorithm]] written by a programmer.<ref>{{cite book |editor1-last=Dong |editor1-first=Jielin |title=Network dictionary |date=2007 |publisher=Javvin Technologies, Inc |___location=Saratoga, Calif. |isbn=9781602670006 |page=195}}</ref> Most [[constraint programming|constraint-based]] and [[logic programming]] languages and some other [[declarative language]]s are fifth-generation languages.
 
==History ''6th''==
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]].