From bde35eb6b3f152e31c5b63c633e2abd0046b596e Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 10 Apr 2015 19:46:08 -0700 Subject: [PATCH] Bring docs up to date. --- doc/index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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