COMMON LISP JP > Archives > 2009/11/09

2009/11/09 02:21:12 UTCenami
#
気にしたことなかったけど、コンソールとか?
2009/11/09 02:49:05 UTCg000001
#
おー、コンソールというのも説得力ありますねー
2009/11/09 03:05:39 UTCg000001
#
maclispのマニュアルには、/で文字をエスケープしないって説明が多いですねー
#
http://maclisp.info/pitmanual/io.html#16.28.2
#
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
2009/11/09 03:27:34 UTCg000001
#
lispマシンの入門書が公開されている!
#
http://ja.reddit.com/r/lisp/comments/a28u6/book_lisp_lore_a_guide_to_programming_the_lisp/
#
zickさんが日本語版を読んでましたね
2009/11/09 03:44:10 UTCg000001
#
comp.lang.lispを探したらprin1/princ/printの話ありました
#
http://groups.google.co.jp/group/comp.lang.lisp/browse_frm/thread/5addd533ea72207a/3d01f02a08dc0d5e?hl=ja&q=prin1+princ#3d01f02a08dc0d5e
#
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
2009/11/09 03:56:12 UTCg000001
#
リリカルlispが紹介されている!
#
http://www.reddit.com/r/programming/comments/a29qx/japanese_lisp_manga/