mkreduce.sl 883 B

12345678910111213141516171819202122
  1. (setq !*verboseload t)
  2. (dskin "$reduce/src/symget.dat") % for fast plist access
  3. (load prolog) % Aliasing of ids used by PSL
  4. (flag '(foreach repeat while) 'lose)
  5. (load rlisp) % RLISP
  6. (load rend) % PSL dependent code
  7. (load arith)
  8. (load mathlib) % mathematical function library
  9. (load alg1) % basic algebra
  10. (load alg2) % and augmentations
  11. (load nbig) % PSL bignums
  12. (remd 'crefon) % Since we don't use PSL version
  13. (load entry) % entry points for other modules
  14. (load init!-file) % allows for init file .reducerc
  15. (setq !*verboseload nil)
  16. (initreduce)
  17. (setq date* "15-Jan-88") % Official release date