REDUCE 2 and Standard LISP for Burroughs B6700
Up one level"The REDUCE system for the B7000/B6000 series consists of four parts: The REDUCE algebraic processor itself, a LISP processor, a LISP compiler which converts LISP programs to an intermediate language, and an assembler which converts the intermediate language to Burroughs ALGOL. The INTEGRATOR has a fifth part which is the integrator package."
- Installation document. Transcoded from EBCDIC to ASCII by Paul Kimpel. by Paul McJones — last modified 2022-10-16 10:59
- Installation document. Transcoded from EBCDIC to ASCII by Paul Kimpel.
- Installation document. Transcoded from EBCDIC to ASCII by Paul Kimpel. (Original RUNOFF version.) by Paul McJones — last modified 2022-10-16 10:50
- Installation document. Transcoded from EBCDIC to ASCII by Paul Kimpel. (Original RUNOFF version.)
- Paul Kimpel. Distribution package. Version with EBCDIC-to-ASCII conversion and filename extensions. by Paul McJones — last modified 2022-10-16 10:52
- Paul Kimpel. Version with EBCDIC-to-ASCII conversion and filename extensions.
- Burroughs Corporation. Table of Contents, Higher Education Software Library, Release 2.0. by Paul McJones — last modified 2022-10-16 18:59
- Burroughs Corporation. Table of Contents, Higher Education Software Library, Release 2.0. REDUCE2/LISP appears on page 22.
- TORECREATE/COMPILER.sqd_m is the Standard LISP compiler, written in RLISP. by Paul McJones — last modified 2022-10-16 18:50
- TORECREATE/COMPILER.sqd_m is the Standard LISP compiler, written in RLISP -- Standard LISP with REDUCE (essentially ALGOL 60) syntax. As it notes, the machine dependent parts are in a separate file.
- TORECREATE/B6700.sqd_m, also written in RLISP, contains the code specific to the B6000/7000 series. by Paul McJones — last modified 2022-10-16 18:49
- TORECREATE/B6700.sqd_m, also written in RLISP, contains the code specific to the B6000/7000 series.
- TORECREATE/ASSEMBLER.sqd_m is an RLISP program that converts LAP (LISP assembly code as output by the compiler) to a Burroughs ALGOL program. by Paul McJones — last modified 2022-10-16 18:49
- TORECREATE/ASSEMBLER.sqd_m is an RLISP program that converts LAP (LISP assembly code as output by the compiler) to a Burroughs ALGOL program. See GENERATED/LISP/ALGOL.alg_m for an example of its output.
- INCLUDE/RLISP/LISP.sqd_m is the main portion of the Standard LISP interpreter/runtime, written in RLISP. by Paul McJones — last modified 2022-10-17 10:30
- INCLUDE/RLISP/LISP.sqd_m is the main portion of the Standard LISP interpreter/runtime, written in RLISP.
- INCLUDE/ALGOL.alg_m is the portion of the Standard LISP interpreter/runtime that is written in Burroughs ALGOL. by Paul McJones — last modified 2022-10-17 10:21
- INCLUDE/ALGOL.alg_m is the portion of the Standard LISP interpreter/runtime that is written in Burroughs ALGOL.