LISP Connecting to A.I>

John McCarthy invented LISP in 1958, shortly after the development of FORTRAN. It was first implement by Steve Russell on an IBM 704 computer.
It is particularly suitable for Artificial Intelligence programs, as it processes symbolic information effectively.
Programs written in Common LISP do not depend on machine-specific characteristics, such as word length etc.

Features of Common LISP

  • It is machine-independent
  • It uses iterative design methodology, and easy extensibility.
  • It allows updating the programs dynamically.
  • It provides high level debugging.
  • It provides advanced object-oriented programming.
  • It provides convenient macro system.
  • It provides wide-ranging data types like, objects, structures, lists, vectors, adjustable arrays, hash-tables, and symbols.
  • It is expression-based.
  • It provides an object-oriented condition system.
  • It provides complete I/O library.
  • It provides extensive control structures.

Applications Built in LISP

Large successful applications built in Lisp.
  • Emacs
  • G2
  • AutoCad
  • Igor Engraver
  • Yahoo Store

Comments

Popular posts from this blog

Types of Networks: LAN, WAN, WLAN, MAN, SAN, PAN, EPN & VPN.

WHY MICROSOFT EXCEL IS IMPORTANT FOR ANALYTICAL CAREER???

WHY IS LISP NOT MORE POPULAR?