Skip to content

Instantly share code, notes, and snippets.

@y2q-actionman
Last active March 6, 2020 02:52
Show Gist options
  • Save y2q-actionman/9363d6cb1762e5e58a4d67e9650bfcca to your computer and use it in GitHub Desktop.
Save y2q-actionman/9363d6cb1762e5e58a4d67e9650bfcca to your computer and use it in GitHub Desktop.
Common Lisp マクロの種類

Common Lisp マクロの種類

  • macro form ; いわゆる「マクロ」
    • (普通の)マクロ
    • setf マクロ
  • symbol macro
  • reader macro
    • (単一の) macro character
    • dispatching macro character
  • compiler macro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment