diff --git a/doc/index.html b/doc/index.html index 6ccb7d8..8b13e1b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -95,9 +95,11 @@ and :c stores the value :d.
  • mksymb: creates a symbol from its arguments, upcasing strings as required.
  • mkkw: creates a keyword from its arguments.
  • +
  • zip: join the cars of the input lists; e.g. (zip + '(a b c) '(1 2 3)) will produce ((a 1) (b 2) (c + 3)).
  • defclass!: convenience macro for quickly defining - a class with slots and a docstring; it also builds a default - constructor based on a class's slots.
  • + a class with slots and a docstring.

    Quicklisp installation