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

相關文章
相關標籤/搜索