Fifth-generation programming language: Difference between revisions

Content deleted Content added
m ---> brief mention of the Lisp machine phenomenon and one of its progeny
m -> frame-oriented view must be mentioned
Line 3:
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 in [[artificial intelligence]] research. [[Prolog]], [[OPS5]], and [[Mercury programming language|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 many [[frame language]]s, such as [[KL-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, [[Japan]] put much research and money into their fifth-generation computer systems project, hoping to design a massive computer network of machines using these tools.