home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0337.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  714 b   |  16 lines

  1.  
  2. Your first comparison of Prolog and Lisp is not very meaningful. You are
  3. comparing a Prolog implemented in Lisp with a Lisp implemented in C.
  4. Perhaps you could try to compare Lisp in Lisp with Prolog in Lisp.
  5.  
  6. In a certain sense, your comparison of Franzlisp and C-Prolog infact
  7. indicates the superiority of C-Prolog. C-Prolog can be used to do append
  8. and all other functional programming at almost the speed of FranzLisp.
  9. However, in C-Prolog, you can do also do deduction, searching, pattern
  10. matching and a lot of other AI-stuff at the same speed. To do these in
  11. Franzlisp you must write Lisp functions and suffer the loss in speed
  12. associated with simulating functionality in a high-level language.
  13.  
  14. -- Sanjai
  15.  
  16.