文字列
#データ型
String
Common Lispでは,文字列は文字のシーケンスとして表現される.
リテラル
"string"
結合
一番お手軽な方法はformatを使った (format nil "~A~A" s1 s2)である.