The LOGLISP Programming System.

Abstract

LOGLISP is basically ZetaLisp with a logic programming system, LOGIC, embedded within it. LOGIC differs in a number of ways from the well-known PROLOG implementations of logic programming. The most noteworthy difference is that LOGIC is simply a set of new LISP primitive designed to be used freely within LISP programs. These primitives are invoked in the ordinary LISP manner by function calls from the terminal or from within other LISP programs. They return their results as LISP data objects which can be subject to analysis and manipulation. Each of the logical procedures comprising a LOGIC knowledge base is a LISP data object stored (like the definition of an ordinary LISP procedure) among the information concerning the identifier which is its name. Thus, one calls LOGIC from with LISP. It is also possible to call LISP from with LOGIC. The identifiers used as logical predicate symbols, function symbols, and individual constants within a knowledge base or query can be given a LISP meaning by the ordinary LISP method of definition or assignment. Thus, every logic construct is capable of being interpreted as a LISP construct. During the 'deduction cycle' of LOGIC each logic construct is 'evaluated' as a LISP construct, according to a suitably generalized notion of evaluation, called 'LISP-reduction'. The effect of this LISP-reduction step within each deduction step is to make available to the LOGIC programmer virtually the full power of LISP. Additional keywords: Programming languages.

Open PDF

Document Details

Document Type
Technical Report
Publication Date
May 01, 1985
Accession Number
ADA158011

Entities

People

  • E. E. Sibert
  • J. A. Robinson
  • K. J. Greene

Organizations

  • Syracuse University

Tags

Communities of Interest

  • Energy and Power Technologies

DTIC Thesaurus Topics

  • Air Force
  • Algorithms
  • Artificial Intelligence
  • Composite Materials
  • Computations
  • Computer Programming
  • Computers
  • Equations
  • Identification
  • Identities
  • Instructions
  • Language
  • Law
  • Operating Systems
  • Programming Languages
  • Standards
  • Universities

Fields of Study

  • Computer science

Readers

  • Computer Programming and Software Development.
  • Database Systems and Applications
  • Theoretical Analysis.