【发布时间】:2019-10-28 08:53:03
【问题描述】:
我想使用format 将 s 表达式转换为带有中缀符号的字符串。如何使用format 完成此操作?
示例;
(format t "<insert format controls here>" (1 2 3) '*)
=> "1 * 2 * 3"
【问题讨论】:
-
nb: (1 2 3) 未引用
-
这个参考很方便学习格式:clqr.boundp.org/index.html
标签: lisp common-lisp