Cleaning up Examples directory. numbered examples work up to the "FIXME" markers
[CommonLispStat.git] / examples / XX-readMe.lisp
blob378474ca695af601a6c20471a4e3ca895d4d3f38
1 ;;; -*- mode: lisp -*-
3 ;;; Time-stamp: <2010-02-10 09:17:34 tony>
4 ;;; Creation: <2009-03-12 17:14:56 tony>
5 ;;; File: read-me.lisp
6 ;;; Author: AJ Rossini <blindglobe@gmail.com>
7 ;;; Copyright: (c)2009--, AJ Rossini. BSD, LLGPL, or GPLv2, depending
8 ;;; on how it arrives.
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)
20 ;;; Guidelines:
22 ;; use license accord to requirements (based on included packages, or
24 ;; use DEFPARAMETER and special variables to define useful
25 ;; structures.
27 ;; Be prepared to have a clean-up function (or attach/wrap a cleanup
28 ;; hook.
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.