nothing to see here, yet, but should migrate code out of ls-demo soon.
[CommonLispStat.git] / examples / data-manipulation.lisp
blob0e93c9b1752dab12a6423ad70a04f8ba59941b1e
1 ;;; -*- mode: lisp -*-
3 ;;; Time-stamp: <2009-07-12 07:54:10 tony>
4 ;;; Creation: <2009-03-12 17:14:56 tony>
5 ;;; File: data-manipulation.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: demo on dataframe and matrix work.
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.
21 ;;; Guidelines:
23 ;; use license accord to requirements (based on included packages, or
25 ;; use DEFPARAMETER and special variables to define useful
26 ;; structures.
28 ;; Be prepared to have a clean-up function (or attach/wrap a cleanup
29 ;; hook.