diff --git a/doc/index.html b/doc/index.html index 77ea117..b56f751 100644 --- a/doc/index.html +++ b/doc/index.html @@ -92,6 +92,13 @@ and :c stores the value :d. returns a lambda that will call the function given with the intial args and any additional args provided to the lambda.
  • macroexpand-n: expand the macro n times.
  • +
  • mksymb: creates a symbol from its arguments, + upcasing strings as required.
  • +
  • mkkw: creates a keyword from its arguments.
  • +
  • defclass!: convenience macro for quickly defining + a class with slots and a docstring.
  • +
  • defconstructor: convenience function for quickly + defining a constructor based on a class's slots.
  • Quicklisp installation