From 4f75334f11a82371625c3f877dc2f925604f349f Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 11 Nov 2007 14:23:51 +0100 Subject: [PATCH] clarifying intent with comments. Nothing here, go on. --- data.lisp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/data.lisp b/data.lisp index 5546a22..74bf1aa 100644 --- a/data.lisp +++ b/data.lisp @@ -93,9 +93,7 @@ (deftype dt-relationaldata () `(satisfies (foreach unit in relationalUnit - (typep unit 'dt-dataframe)))) - - + (typep unit 'dt-dataframe)))) ;;; Statistical Variable Classes @@ -110,10 +108,10 @@ (deftype sv-categorical () `(satisfies (or sv-nominal sv-ordinal))) ;;(deftype sv-integer ) -;;(deftype sv-real ) +;;(deftype sv-real ) ;; precision could be a secondary component of real, rational, complex. ;;(deftype sv-rational ) ;;(deftype sv-complex ) -;;(deftype sv-continuous (or 'sv-integer 'sv-real 'sv-rational 'sv-complex)) +;;(deftype sv-continuous (or 'sv-integer 'sv-real 'sv-rational 'sv-complex)) ;; perhaps, call it "mostly contin..." |# @@ -121,7 +119,7 @@ ;;; Data I/O ;; We can read 2 types of data -- those which are pure data, and those -;; which are imprue (lisp-enables). +;; which are impure (lisp-enabled, data as program as data thingy's). (defparameter *lisp-stat-data-formats* '(csv tsv)) @@ -137,7 +135,6 @@ ;; design-wise should these be replaced with a "with-data" form? - ;; DSV processing ;; XML processing -- 2.11.4.GIT