From a0f1fd84acacc21276b58ed861e128c8ebbac4a2 Mon Sep 17 00:00:00 2001 From: tony Date: Fri, 9 May 2008 19:29:13 +0200 Subject: [PATCH] clean up for comments. --- data-clos.lisp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/data-clos.lisp b/data-clos.lisp index b7590f5..d955818 100644 --- a/data-clos.lisp +++ b/data-clos.lisp @@ -324,17 +324,17 @@ approaches to redistribution.") and so on.")) #| - (defun pathname-example (name) (let ((my-path (parse-namestring name))) (values (pathname-name my-path :case :common) (pathname-name my-path :case :local)))) (defvar sourceTypes (list 'csv 'lisp 'tsv 'special) - "list of possible symbols used to specify source formats that might -be supported for input. CSV and TSV are standard, LISP refers to -forms, and SPECIAL refers to a FUNCTION which parses as -appropriately.") + "list of possible symbols. + +Thsees are used to specify source formats that might be supported for +input. CSV and TSV are standard, LISP refers to forms, and SPECIAL +refers to a FUNCTION which parses as appropriately.") ;;; WRONG LOGIC. (defmethod importData ((fileHandle pathname) @@ -363,3 +363,7 @@ Usually used by: "mapping DBMS into CLS data.") |# + +;;(defmacro with-dataframe (env &rest progn) +;; "Compute using variable names with with.data.frame type semantics.") + -- 2.11.4.GIT