docstring edit, and make a dummy store slot for dataframe-likes.
[CommonLispStat.git] / examples / read-me.lisp
bloba10ef2da23d4e7ccf0ac97f27eb2ef8cdc6e278c
1 ;;; -*- mode: lisp -*-
3 ;;; Time-stamp: <2009-07-12 07:55:04 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 :ls-user) ; we do this in the CLS user playground, so we
19 ; have access to example data.
22 ;;; Guidelines:
24 ;; use license accord to requirements (based on included packages, or
26 ;; use DEFPARAMETER and special variables to define useful
27 ;; structures.
29 ;; Be prepared to have a clean-up function (or attach/wrap a cleanup
30 ;; hook.
32 ;; Consider the use of a demo or example package to avoid pollution of
33 ;; the ls-user namespace to prevent the ls-user from becoming a luser.