1) Prolog is a logical and declarative language and LISP is a functional language. 2) The major data structure used in Prolog is Binary Tree and in LISP is Linked List. 3) Prolog is an interpreter...
The heart of Prolog is recursion.
Even for using the array , you have to use the recursion.
No need to declare the variable, it can directly be used.
In using the data structures , prolog is...
They're two entirely different programming languages, so it's rather like asking what's the difference between French and English (possibly more like asking what's the difference between German and...