The LISP70 pattern matching system

  • Authors:
  • Lawrence G. Tester;Horace J. Enea;David C. Smith

  • Affiliations:
  • Palo Alto Research Center, Xerox Corporation and Department of Computer Science, Stanford University, Stanford, California;Department of Computer Science, Stanford University, Stanford, California;Department of Computer Science, Stanford University, Stanford, California

  • Venue:
  • IJCAI'73 Proceedings of the 3rd international joint conference on Artificial intelligence
  • Year:
  • 1973

Quantified Score

Hi-index 0.00

Visualization

Abstract

LISP70 is a descendant of LISP which emphasizes pattern-directed computation and extensibility. A function can be defined by a set of pattern rewrite rules as well as by the normal LAMBDA method. New rewrite rules can be added to a previously defined function; thus a LISP70 function is said to be "extensible". It is possible to have new rules merged in automatically such that special cases are checked before general cases. Some of the facilities of the rewrite system are described and a variety of applications are demonstrated.