Re: Lisp versus Prolog



As an undergraduate studying AI I used prolog... it has a natural
syntax for a lot of the course on predicate calculus, logic, NLP,
expert systems etc.

Prolog hides a lot of the work involved with systems that make
deductions, or represent recursive data structures.

However I prefer lisp as a general purpose language and there's a mass
of literature on using it for AI.

Have a look also at Paul Graham's online book "On lisp" which has a
chapter on how to make prolog in lisp and is pretty interesting
reading.

Justin

.



Relevant Pages

  • Re: Lisp versus Prolog
    ... > Can you compare Lisp with Prolog? ... Perhaps Lisp is more suitable for all ... > areas but is Prolog better at least for expert systems? ...
    (comp.lang.lisp)
  • Re: Prolog, expert system shells and inference engines
    ... I want to develop expert systems for medical diagnosis. ... What is the difference between an ES shell and Prolog? ... If Prolog has already an inference engine why is it necessary to build ...
    (comp.lang.prolog)
  • Re: Lisp versus Prolog
    ... >Can you compare Lisp with Prolog? ... Perhaps Lisp is more suitable for all ... >areas but is Prolog better at least for expert systems? ...
    (comp.lang.lisp)
  • Case Based Reasoning (CBR) in Prolog: Any concrete examples?
    ... I'm studying Bratko's book (Prolog ... but they don't seem to be satisfactory in terms of CBR. ... I'm also reading "Case-Based Reasoning" by David B. Leake ... to Expert Systems" by Peter Jackson which uses CLIPS programming ...
    (comp.lang.prolog)
  • Case Based Reasoning (CBR) in Prolog: Any concrete examples?
    ... I'm studying Bratko's book (Prolog ... but they don't seem to be satisfactory in terms of CBR. ... I'm also reading "Case-Based Reasoning" by David B. Leake ... to Expert Systems" by Peter Jackson which uses CLIPS programming ...
    (sci.cognitive)