Common Lisp 宏

1)简单的宏python

CL-USER> (defmacro print-test (x y)
       `(format t "~A ~A~%" ,x ,y))
PRINT-TEST
CL-USER> (print-test 'hello 'world)
HELLO WORLD
NIL



2)spa



3)
code

相关文章
相关标签/搜索