Fast floating-point processing in Common Lisp

  • Authors:
  • Richard J. Fateman;Kevin A. Broughan;Diane K. Willcock;Duane Rettig

  • Affiliations:
  • Univ. of California, Berkeley;Univ. of Waikato, Hamilton, New Zealand;Univ. of Waikato, Hamilton, New Zealand;Franz Inc., Berkeley, CA

  • Venue:
  • ACM Transactions on Mathematical Software (TOMS)
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

Lisp, one of the oldest higher-level programming languages, has rarely been used for fast numerical (floating-point) computation. We explore the benefits of Common Lisp, an emerging new language standard with some excellent implementations, for numerical computation. We compare it to Fortran in terms of the speed of efficiency of generated code, as well as the structure and convenience of the language. There are a surprising number of advantages to Lisp, especially in cases where a mixture of symbolic and numeric processing is needed.