История изменений
Исправление monk, (текущая версия) :
Потом под кададры подвели базу:
The LISP tree access language consists of only four statements signified by single letters. These
statements are then placed in sequence to create an access program. The four statements are as follows:
a access: accesses the head cell
c complete: finished processing
d drop: drop the head cell
r run: run the program
Программа читается справа налево.
То есть cadadr = «запустить: сбросить, прочитать, сбросить, прочитать, завершить».
Исходная версия monk, :
Потом под кададры подвели базу:
The LISP tree access language consists of only four statements signified by single letters. These
statements are then placed in sequence to create an access program. The four statements are as follows:
a access: accesses the head cell
c complete: finished processing
d drop: drop the head cell
r run: run the program
Прогамма читается справа налево.
То есть cadadr = «запустить: сбросить, прочитать, сбросить, прочитать, завершить».