#気にしたことなかったけど、コンソールとか?
#おー、コンソールというのも説得力ありますねー
#maclispのマニュアルには、/で文字をエスケープしないって説明が多いですねー
##maclispのソースのmaclisp.861には、
#PRNN1: JSP C,(C) ;FOR PRINC, JUST OUTPUT THE CHARS
POPJ P,
MOVEI A,(TT)
PUSHJ P,(R)
JRST PRNN1
#とか書いてたりして、なんとなくcharsと関連するようなしないような
#prin1、princについては、comp.lang.lispとかに質問を投げるとどっかの長老が答えてくれるのかもしれないですねw
#lispマシンの入門書が公開されている!
##zickさんが日本語版を読んでましたね
#comp.lang.lispを探したらprin1/princ/printの話ありました
##JonL passed along this reply:
Over the years, I've modified my "recall" of the print issues. But it
seemed clear to me that the princ/prin1/print series were a staged effort at
writing the text-representation-printer in Lisp. (1) "PRINt the Characters"
of some object, (2) PRINt the characters of 1 particular object in suuch a
way that the "identity" of the object can be preserved if possible, (3)
PRINT compound object allowing for the need to return the "carriage" of type
keys and advance the line/paper-feed on thes old Model 33 and 35 TTY units.
#どうも、princのcはcharactersみたいですね。これはMacLISP起源な気がするのでOKじゃないかと。prin1は解釈が良く分からないw
#リリカルlispが紹介されている!
#