0-titlepage.lpt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. TR-10 March 1981
  2. THE PORTABLE STANDARD LISP USERS MANUAL THE PORTABLE STANDARD LISP USERS MANUAL THE PORTABLE STANDARD LISP USERS MANUAL
  3. BY BY BY
  4. THE UTAH SYMBOLIC COMPUTATION GROUP THE UTAH SYMBOLIC COMPUTATION GROUP THE UTAH SYMBOLIC COMPUTATION GROUP
  5. Department of Computer Science
  6. University of Utah
  7. Salt Lake City, Utah 84112
  8. Version 3.1: 7 February 1983
  9. ABSTRACT ABSTRACT ABSTRACT
  10. This manual describes the primitive data structures, facilities and
  11. functions present in the Portable Standard LISP (PSL) system. It describes
  12. the implementation details and functions of interest to a PSL programmer.
  13. Except for a small number of hand-coded routines for I/O and efficient
  14. function calling, PSL is written entirely in itself, using a
  15. machine-oriented mode of PSL, called SYSLISP, to perform word, byte, and
  16. efficient integer and string operations. PSL is compiled by an enhanced
  17. version of the Portable LISP Compiler, and currently runs on the DEC-20,
  18. VAX, and MC68000.
  19. Copyright (c) 1982 W. Galway, M. L. Griss, B. Morrison, and B. Othmer
  20. Work supported in part by the National Science Foundation under Grant
  21. Numbers MCS80-07034 and MCS82-04247.