Shammer's Philosophy

My private adversaria

2012-03-04から1日間の記事一覧

Lisp の文字列操作-Ver20120304

Lisp の文字列操作 - Shammerismに少し追加。 数値を文字列に変換する->write-to-string ? (setf a 1) 1 ? (type-of a) BIT ? (setf string-1 "aaa") "aaa" ? (concatenate 'string string-1 a) > Error: The value 1 is not of the expected type SEQUENCE.…