Open atsampson opened 6 years ago
Some random thoughts, not to be taken too seriously:
Related to #789.
AIM-218: INFORMATION THEORY AND THE GAME OF JOTTO
AIM-218 is definitely describing the JOTTO program we have. Nice!
jotto.1 is a PDP-11 port of the code for DELPHI (this mentions "the M.I.T. Electrical Engineering Department's PDP-11/45 DELPHI system").
jotto.words, jotto.2 are dictionaries. jotto.alg is a fragment of an ALGOL implementation.
Another idea: Use a file name translation from UTn: to DSK:
build.tcl's process to dump TS JOTTO is messy because it expects to read its dictionary from a DECtape rather than DSK. It also doesn't open the TTY channels when started at BEG0.
One fix would be to make it read a single filename string, and open it with SOPEN. (This is roughly what SAIL did with their version.)
Alternatively, we could just make it read the dictionary file whenever it's started; this only takes a second or so under emulation.