Fast floating-point processing in Common Lisp
Citation
Export citationFateman, R. J., Broughan, K. A., Willcock, D. K., & Rettig, D. (1995). Fast floating-point processing in Common Lisp. ACM Transactions on Mathematical Software, 21(1), 26–62. http://doi.org/10.1145/200979.200989
Permanent Research Commons link: https://hdl.handle.net/10289/8965
Abstract
Lisp, one of the oldest higher-level programming languages, has rarely been used for fast numerical (floatingpoint) 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.