mirror of
https://github.com/PDP-10/its.git
synced 2026-02-26 17:03:20 +00:00
CLOGO - Logo programming language.
HQM; CLOGO BIN timestamped 1975-11-27.
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,7 +30,7 @@ DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
|
||||
kldcp libdoc lisp _mail_ midas quux scheme manual wp chess ms
|
||||
BIN = sys2 emacs _teco_ lisp liblsp alan inquir sail comlap c decsys moon \
|
||||
graphs draw datdrw fonts fonts1 fonts2 games macsym maint imlac \
|
||||
_www_
|
||||
_www_ hqm
|
||||
|
||||
SUBMODULES = dasm itstar klh10 mldev simh sims supdup tapeutils
|
||||
|
||||
|
||||
@@ -105,6 +105,7 @@ Some major applications:
|
||||
- C10, C compiler
|
||||
- DDT, debugger
|
||||
- Emacs, editor
|
||||
- Logo, interpreter
|
||||
- Mac Hack VI and Tech II, chess programs
|
||||
- Maclisp, interpreter and compiler
|
||||
- Muddle, interpreter
|
||||
|
||||
BIN
bin/hqm/clogo.bin
Normal file
BIN
bin/hqm/clogo.bin
Normal file
Binary file not shown.
@@ -1154,6 +1154,14 @@ respond "*" ":palx rug;_ar\r"
|
||||
respond "COMPUTER=" "1\r"
|
||||
expect ":KILL"
|
||||
|
||||
# CLOGO
|
||||
respond "*" ":job clogo\r"
|
||||
respond "*" ":load hqm; clogo bin\r"
|
||||
respond "*" "purify\033g"
|
||||
respond "PURIFIED" "\r"
|
||||
respond "*" ":pdump sys; ts logo\r"
|
||||
respond "*" ":kill\r"
|
||||
|
||||
# 11BOOT
|
||||
respond "*" ":midas /t sys3;ts 11boot_syseng;11boot\r"
|
||||
respond "with ^C" "APR==0\r\003"
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
- CHESS2, Alan Baisley's Tech II chess program.
|
||||
- CHTN/CFTP, Chaosnet TELNET and FTP support.
|
||||
- CKR, Alan Baisley's checkers program.
|
||||
- CLOGO, Logo programming language.
|
||||
- COMIFY, convert HEX to COM format.
|
||||
- COMPLR, Lisp compiler.
|
||||
- COMSAT, mail server.
|
||||
|
||||
Reference in New Issue
Block a user