From 309f7a3f2c9d38e2ab4d7b4f31e771e86699294b Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 29 Apr 2009 08:41:30 +0200 Subject: [PATCH] initial approach at a verbose descriptive set of actions for reproducible descriptions. Signed-off-by: AJ Rossini --- src/describe/summarize.lisp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/describe/summarize.lisp diff --git a/src/describe/summarize.lisp b/src/describe/summarize.lisp new file mode 100644 index 0000000..bbf35b6 --- /dev/null +++ b/src/describe/summarize.lisp @@ -0,0 +1,25 @@ +;;; -*- mode: lisp -*- + +;;; Time-stamp: <2009-04-20 13:17:34 tony> +;;; Creation: <2009-03-12 17:14:56 tony> +;;; File: summarize.lisp +;;; Author: AJ Rossini +;;; Copyright: (c)2009--, AJ Rossini. BSD, LLGPL, or GPLv2, depending +;;; on how it arrives. +;;; Purpose: Summarization strategy + +;;; What is this talk of 'release'? Klingons do not make software +;;; 'releases'. Our software 'escapes', leaving a bloody trail of +;;; designers and quality assurance people in its wake. + + +(defparameter *cls-summary-numerical-methods* + '()) + +(defparameter *cls-summary-visual-methods* + '()) + + + +(defgeneric summarize (ds &key type io dev) + (:documentation "general approach to providing summarizes. Tie in different approachs to hat we want to do.")) \ No newline at end of file -- 2.11.4.GIT