- Fifth-generation programming language
A fifth-generation programming language (abbreviated 5GL) is a
programming language based around solving problems using constraints given to the program, rather than using analgorithm written by a programmer. Most constraint-based andlogic programming languages and some declarative languages are 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 inartificial intelligence research.Prolog ,OPS5 , and Mercury are the best known fifth-generation languages.These types of languages were also built upon Lisp, many originating on the
Lisp machine .ICAD is a good example. Then, there are manyframe language s, such asKL-ONE .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 for system development, with the exception of low-level languages. Most notably, from 1982 to 1993
Japan cite web|url=http://www.atariarchives.org/deli/fifth_generation.php|title=FIFTH-GENERATION COMPUTERS|accessdate=2008-03-05|author=Richard Grigonis] cite web|url=http://www.cs.kuleuven.ac.be/~dtai/projects/ALP/|title=Association for Logic Programming (ALP)|accessdate=2008-03-05|author=APL] put much research and money into theirfifth 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, starting from 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.
Today, fifth-generation languages have lost part of their initial appeal and are mostly used in academic circles.
Common misconception
From time to time vendors in the application development space have claimed 5GL (5th generation language) capabilities. [ [http://www.it-analysis.com/channels/content.php?cid=9096 What makes a 5GL?] ] Most of the time they actually sell 4GLs with a higher level of automation and knowledge base. Since the 5GL awareness has dropped because the hype of the 80's quickly faded away and that the projects were eventually all dropped; this has opened doors to the vendors to re-use the term in marketing their new tools, without causing much controversy among the current generations of programmers. Their tools actually consist of 4GLs packed with RAD wizards, CASE tools and other graphical coding assistance that facilitates code generation.
Some argue that the graphical approach to easing programming is the real next step in practically raising the level of abstraction (although this paradigm has not yet been fully realized). Constraint-driven programming and other 5GL ambitions will have to wait for a 6th or 7th generation.
ee also
*
Constraint programming References
Wikimedia Foundation. 2010.