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

⟦451254bb2⟧ TextFile

    Length: 432 (0x1b0)
    Types: TextFile
    Names: »band.scm«

Derivation

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

TextFile

;;; Scheme file to make the runtime system

(save-world "bare.bin")

;; Load basic features

(load "featmd.bin" system-global-environment)

;; Load the cross-syntaxer

(load "xbuild.bin" system-global-environment)

;; Load Unix dependent features

(load "ubuild.bin" system-global-environment)

(disk-save "normal.bin")

;; Make a student system

(load "sbuildmd.bin" system-global-environment)

(student-band "scheme.bin")

(exit)