Self-Describing Lisp

Here’ s a list of documentation functions available over the LISP REPL

  • (describe #'foo)
  • (documentation #'foo t)
  • (apropos "foo")
  • (disassemble #'foo)
  • (symbol-plist 'foo)

Leave a Reply