From 9e781f8a45b080c3ab9106d7403f2509eead5331 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 11 Oct 2012 16:04:24 +0200 Subject: [PATCH] comment: need to think through training and acclimatization for users on namespaces and packages. Signed-off-by: AJ Rossini --- Data/diabetes.lsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Data/diabetes.lsp b/Data/diabetes.lsp index abf999d..5bf08cf 100644 --- a/Data/diabetes.lsp +++ b/Data/diabetes.lsp @@ -1,7 +1,11 @@ - +;;; -*- mode: lisp -*- ;;; From LispStat 1 : need to document source appropriately. + +;; We need to think this through -- nice that it is only loaded in +;; this package, but will require training to get people used to +;; multiple writeable namespaces. (in-package :lisp-stat-data-examples) ;;; FIXME: Shutup compiler warnings, need to clean up and -- 2.11.4.GIT