Re: Lisp versus Prolog
- From: "justinhj" <justinhj@xxxxxxxxx>
- Date: 17 Oct 2005 07:53:38 -0700
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
.
- References:
- Lisp versus Prolog
- From: Kubilay
- Re: Lisp versus Prolog
- From: Mark Tarver
- Lisp versus Prolog
- Prev by Date: Re: What's so great about lisp?
- Next by Date: Re: How best to handle NIL in generics?
- Previous by thread: Re: Lisp versus Prolog
- Next by thread: Re: Lisp versus Prolog
- Index(es):
Relevant Pages
|