Artifact 6ab0299bb2085c7b831e9105eb584d475f4eed3063c9b7fe06fd5da0930e9fd2:
- File
r33/mkreduce.sl
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 883) [annotate] [blame] [check-ins using] [more...]
(setq !*verboseload t) (dskin "$reduce/src/symget.dat") % for fast plist access (load prolog) % Aliasing of ids used by PSL (flag '(foreach repeat while) 'lose) (load rlisp) % RLISP (load rend) % PSL dependent code (load arith) (load mathlib) % mathematical function library (load alg1) % basic algebra (load alg2) % and augmentations (load nbig) % PSL bignums (remd 'crefon) % Since we don't use PSL version (load entry) % entry points for other modules (load init!-file) % allows for init file .reducerc (setq !*verboseload nil) (initreduce) (setq date* "15-Jan-88") % Official release date