3 ;;; Time-stamp: <2010-02-10 09:17:34 tony>
4 ;;; Creation: <2009-03-12 17:14:56 tony>
6 ;;; Author: AJ Rossini <blindglobe@gmail.com>
7 ;;; Copyright: (c)2009--, AJ Rossini. BSD, LLGPL, or GPLv2, depending
9 ;;; Purpose: Template for examples.
11 ;;; What is this talk of 'release'? Klingons do not make software
12 ;;; 'releases'. Our software 'escapes', leaving a bloody trail of
13 ;;; designers and quality assurance people in its wake.
15 ;;; This organization and structure is new to the 21st Century
16 ;;; version.. Think, "21st Century Schizoid Man".
18 (in-package :cls-examples
)
22 ;; use license accord to requirements (based on included packages, or
24 ;; use DEFPARAMETER and special variables to define useful
27 ;; Be prepared to have a clean-up function (or attach/wrap a cleanup
30 ;; Consider the use of a demo or example package to avoid pollution of
31 ;; the ls-user namespace to prevent the ls-user from becoming a luser.
33 ;; use the ##-activity.lisp naming scheme to drive what we load.