Common Lisp MiniSpec

  • ▼Symbols
    • Overview
    • Variable
    • Function
    • Macro
    • Symbol
    • Package
    • System
  • ▼Collections
    • List
    • Set Functions
    • Tree Functions
    • Association List
    • Property List
    • Array
    • Vector
    • String
    • Hash Table
    • Struct
    • Object System
  • Math
  • ▼Iteration
    • Iteration
    • Loop/Iterate
  • Control
  • ▼I/O
    • Stream
    • Read
    • Print
    • Format
    • File
    • Pathname
  • Types
  • ▼More
    • Comparison
    • Composition
    • Compiler
    • Time
    • Regular Expressions

Compilation

compile

eval

eval-when

load-time-value

quote

compiler-macro-function

define-compiler-macro

defmacro

macro-function

macroexpand

macroexpand-1

define-symbol-macro

symbol-macrolet

[*-hook*]

  • Compilation
  • compile
  • eval
  • eval-when
  • load-time-value
  • quote
  • compiler-macro-function
  • define-compiler-macro
  • defmacro
  • macro-function
  • macroexpand
  • macroexpand-1
  • define-symbol-macro
  • symbol-macrolet
  • *macroexpand-hook*
Common Lisp Minispec <https://github.com/lamberta/minispec>