Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-03 - decus/20-0078/rutgers.simula
There is 1 other file named rutgers.simula in the archive. Click here to see a list.
This is a truly rough-and-ready simula distribution.

I have given you the following:

ps:<unsupported>*sim* and safeio.* - this is the part of
	Simula that we have on sys:.  You are probably better
	to start with this than with the stuff off the Simula
	tape, since we had to change a few things to make
	them work.

ps:<simula>*.* - these are files containing SIMDBM, object
	files mostly.  There is nothing particularly magic
	about this particular choice of files, except that
	is that set that one of our users needed in order
	to be able to use SIMDBM.

s:<simula.com>edits - this tells the edits (made in DDT)
	we had to make to the compiler to make it work on
	Tops-20
s:<simula.rts>*.* - this is a complete source for SIMLIB.
	We had to rebuild it in order to get:
	  - directory names to work in file spec's
	  - DIRECTIO to work at all
	The SIMLIB.REL given in <UNSUPPORTED> is the one built
	from these sources.  We used SIMLIB.CMD to do the
	compiling and loading, as I recall, but there are
	fairly good instructions in the Simula implemenation
	documentation.