DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T p

⟦a3f6ca586⟧ TextFile

    Length: 570 (0x23a)
    Types: TextFile
    Names: »ps10load.scm«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/gnu-31mar87/scheme/psets/ps10load.scm« 

TextFile

(load "psets:regsim.")
(load "psets:ecevsyn.")
(load "psets:compiler.")
(newline)
(newline)
(princ "The file PSETS:ECEVAL.SCM contains the code for the evaluator.")
(newline)
(princ "It hasn't been loaded yet, since that takes about 3 minutes.")
(newline)
(princ "When you need it, type (LOAD ""PSETS:ECEVAL.SCM"")")
(newline)
(princ "***CORRECTION***")
(newline)
(princ "In the text of the problem set, all references to (= b ...)")
(newline)
(princ "should be (= e ...), and the recursive call to c-expt in problem 6")
(newline)
(princ "should be ... (c-expt b ....")