Content deleted Content added
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit |
LucasBrown (talk | contribs) WP:SDFORMAT compliance |
||
(14 intermediate revisions by 12 users not shown) | |||
Line 1:
{{Short description|
{{Refimprove|date=August 2018}}
A '''fifth-generation programming language''' ('''5GL''') is
==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 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
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 |date=4 October 2013 |title=A taxonomy for programming languages with multisequential processes |journal=International Journal of Programming Languages and Applications
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.
==Common misconception==
Vendors have been known on occasion to advertise their languages as 5GL. Most of the time they actually sell [[Fourth-generation programming language|4GLs]] with a higher level of automation and [[knowledge base]]. Because the hype of the 1980s faded away and the projects were eventually all dropped, 5GL awareness has also dropped; this has opened doors to the vendors to
==See also==
* [[Constraint programming]]
* [[List of programming languages for artificial intelligence]]
* [[Programming
==References==
|