Here is the source code to LLogo in MACLISP, which I stashed from the MIT-AI ITS system. It's a fascinating historical document, 12,480 lines of beautiful practical lisp code, defining where the rubber meets the road, with drivers for hardware like pots, plotters, robotic turtles, TV turtles, graphical displays, XGP laser printers, music devices, and lots of other interesting code and comments. https://donhopkins.com…
Also running on the emulator: PDP-10 Logo, PDP-11 Logo, Applle II Logo. The emulator doesn't support the robot arm yet.
http://projects.csail.mit.edu/video/history/aifilms/07-arm.m...
https://projects.csail.mit.edu/films/aifilms/Podcasts/05-lif...
Notes and comments on that and other videos:
https://github.com/PDP-10/its/issues/1866
http://projects.csail.mit.edu/video/history/aifilms
https://projects.csail.mit.edu/films/aifilms/FilmList.php
Lars said:
>Note that a good number of the programs displayed in these films have been preserved and will run on a PDP-10 emulator. I haven't seen this particular cellular atomaton, but then I haven't looked.
About:
http://projects.csail.mit.edu/video/history/aifilms/05-life....
Here's the audio commentary that goes with that video, in which somebody mentions that he once called Wolfram on never referencing any of Toffoli's or Margolis' work:
https://projects.csail.mit.edu/films/aifilms/Podcasts/05-lif...
I wrote:
>Apparently this cellular automata constructor arm was trying to spell MIT (starting at 0:42), but they ran out of film!
>Is that Edwin Roger Banks rule?
https://en.wikipedia.org/wiki/Codd%27s_cellular_automaton
>>Three years after Codd's work, Edwin Roger Banks showed a 4-state CA in his PhD thesis that was also capable of universal computation and construction, but again did not implement a self-reproducing machine.[3] John Devore, in his 1973 masters thesis, tweaked Codd's rules to greatly reduce the size of Codd's design, to the extent that it could be implemented in the computers of that time. However, the data tape for self-replication was too long; Devore's original design was later able to complete replication using Golly. Christopher Langton made another tweak to Codd's cellular automaton in 1984 to create Langton's loops, exhibiting self-replication with far fewer cells than that needed for self-reproduction in previous rules, at the cost of removing the ability for universal computation and construction.[4]
>Actually the constructor arm looks like it got interrupted before it could finish spelling out “MIT"! When it stops at 5:10, it prints out some text at the bottom I can’t quite make out.
>Wasn’t there a section in the CAM-6 book on Banks’s rule, which that looks like?
>Or is this one of those almost-infinite-number of monkey rules, that ALMOST spells out “MIT”, but then suddenly halts? ;)