ITS is a timesharing system created at MIT's Artificial Intelligence Laboratory in 1967 for their PDP-6 computer. It was soon moved to the newer PDP-10; for most of its life ITS ran on four of those machines. ITS is known for it's lack of security (no passwords, no file permissions), using a debugger as the login shell, and pioneering many famous programs.
The SDF ITS is at https://hactrn.org/ and is running on a KA10 emulator with an attached PDP-11 for serving Knight TV raster graphics terminals.
Some basic tutorials:
More information can be found by running INFO, and on GitHub.
Bootcamp ideas:
:INFO INFO
to learn how to read the system documentation. Read “INTRO” to learn some ITS basics. List all the files in the INFO directory.:INFO EMACS
. Hint2 :TEACHEMACS
.^Z
. Hint2: $J
. Hint3: $P
. Hint4: $$V
..INFO.; CC RECENT
. Hint2: C; CDOC >
:INFO PDP-10
. Do one of the examples. Hint :INFO MIDAS
ZORK^K
. Hint2: score
.:MACSYMA
LISP^K
. Hint2: :INFO LISP
.:teach;lisp
.Suggested topics to explore: