From: AJ Rossini Date: Thu, 11 Oct 2012 14:04:24 +0000 (+0200) Subject: comment: need to think through training and acclimatization for users on namespaces... X-Git-Url: https://repo.or.cz/w/CommonLispStat.git/commitdiff_plain/9e781f8a45b080c3ab9106d7403f2509eead5331 comment: need to think through training and acclimatization for users on namespaces and packages. Signed-off-by: AJ Rossini --- 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