randm.build 642 B

12345678910111213141516171819
  1. %
  2. % RANDM.BUILD - Miscellaneous interpreter files
  3. %
  4. % Author: Eric Benson
  5. % Symbolic Computation Group
  6. % Computer Science Dept.
  7. % University of Utah
  8. % Date: 19 May 1982
  9. % Copyright (c) 1982 University of Utah
  10. %
  11. PathIn "known-to-comp-sl.red"$ % SL functions performed inline in code
  12. PathIn "others-sl.red"$ % DIGIT, LITER and LENGTH
  13. PathIn "equal.red"$ % equality predicates
  14. PathIn "carcdr.red"$ % CDDDDR, etc.
  15. PathIn "easy-sl.red"$ % highly portable SL function defns
  16. PathIn "easy-non-sl.red"$ % simple, ubiquitous SL extensions
  17. PathIn "sets.red"$ % Set manipulation functions