Introduction to lisp and prolog
Symbolic Computing With Lisp And Prolog by Robert A. Mueller
A practical introduction to symbolic computing and denotational programming. First part of the book covers programming. Second part addresses symbolic computing in such areas as game playing, language translation, and theorem proving. For each topic there are example problems, with proposed solutions, followed by working programs using the techniques presented earlier in the text. Two programs, using a denotational approach, accompany each of the applications in symbolic computing--one in Lisp and one in Prolog.Prolog - What is Prolog?
Prolog | An Introduction

Slideshare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy. See our Privacy Policy and User Agreement for details. Published on Oct 30,
Prolog is a logic programming language. It has important role in artificial intelligence. Unlike many other programming languages, Prolog is intended primarily as a declarative programming language. In prolog, logic is expressed as relations called as Facts and Rules. Core heart of prolog lies at the logic being applied. Formulation or Computation is carried out by running a query over these relations.
AI has brought another level of smart technology to different industries and the prospects of its potential still grows with the expectation that it would reach the human intelligence. This is because developers are willing to explore, experiment and implement its capabilities to satisfy more of the human and organization necessities. After all, necessity is the mother of invention. Just like in the development of most software applications , a developer has a variety of languages to use in writing AI. However, there is no perfect programming language to point as the best programming language used in artificial intelligence.
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
GitHub - triska/the-power-of-prolog: Introduction to modern Prolog
Navigation menu
Lisp historically LISP is a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation.
Prolog is a logic programming language associated with artificial intelligence and computational linguistics.