Shell script for using interpreters

A.R.Curtis arc1 at eagle.ukc.ac.uk
Tue Mar 29 19:45:05 AEST 1988


Expires:

Sender:

Followup-To:


In article <602 at nunki.usc.edu> sreerang at castor.usc.edu (Sreeranga Rajan) writes:
>
>			enter lisp interpreter
>			load all the required files
>			take input from the keyboard after loading
>			the files

You'd better use your .lisprc mechanism to load the files.

Edit your .lisprc to contain (load 'foobar) type
instructions in sequence to load the files you want.  Of
course the .lisprc has to be in the current directory (or
home I think will also be tried)

Another method is to use liszt to compile your program (i.e. 
the list of files to load) with the ("-r" ?) bootstrap
option so you can just run it as a command in your script. 

When the program has loaded and booted it will then sit
waiting for input as usual



hope that helps


Tony



-- 
Tony Curtis, Computing Lab.                | arc1 at uk.ac.ukc
Univ. Kent at Canterbury                   | 
Canterbury, Kent CT2 7NF                   | tcu at uk.ac.ex.cs



More information about the Comp.unix.questions mailing list