1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-05 08:04:38 +00:00

Build the NSCHSY interpreter.

This commit is contained in:
Lars Brinkhoff
2018-03-26 10:23:08 +02:00
committed by Eric Swenson
parent 61687e22f0
commit de2b2e8439
6 changed files with 5611 additions and 1 deletions

13
src/scheme/nschsy.(init) Normal file
View File

@@ -0,0 +1,13 @@
;;; -*-LISP-*-
(comment list 40000. symbols 4000.)
(progn (setq pure 1)
(fasload (ai scheme) nschsy fasl)
(setq **swapping** nil) ;Default is not to time-share.
(setq *displace-save-sw* nil)
((lambda (fn) (and (probef fn) (apply 'uread fn)))
(list (list 'dsk (status homedir)) (status userid) 'scheme))
(defaultf (list (list 'dsk (status udir))
'foo '>))
(scheme t '|SCHEME: Top Level|))

1583
src/scheme/nschsy.99 Normal file

File diff suppressed because it is too large Load Diff