From 00ed023649c5d7a6009c609d1bea6964fb436d95 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 16 Apr 2015 17:56:37 -0700 Subject: [PATCH] Update doc page. --- doc/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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