Tradeoffs in the Intensional Representation of Lambda Terms

  • Authors:
  • Chuck Liang;Gopalan Nadathur

  • Affiliations:
  • -;-

  • Venue:
  • RTA '02 Proceedings of the 13th International Conference on Rewriting Techniques and Applications
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Higher-order representations of objects such as programs, specifications and proofs are important to many metaprogramming and symbolic computation tasks. Systems that support such representations often depend on the implementation of an intensional view of the terms of suitable typed lambda calculi. Refined lambda calculus notations have been proposed that can be used in realizing such implementations. There are, however, choices in the actual deployment of such notations whose practical consequences are not well understood. Towards addressing this lacuna, the impact of three specific ideas is examined:the de Bruijn representation of bound variables, the explicit encoding of substitutions in terms and the annotation of terms to indicate their independence on external abstractions. Qualitative assessments are complemented by experiments over actual computations. The empirical study is based on 驴Prolog programs executed using suitable variants of a low level, abstract machine based implementation of this language.