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:
committed by
Eric Swenson
parent
61687e22f0
commit
de2b2e8439
13
src/scheme/nschsy.(init)
Normal file
13
src/scheme/nschsy.(init)
Normal 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
1583
src/scheme/nschsy.99
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user