From ae821ae8ba422494c57997c20a4becdca0b39cc5 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 3 Oct 2012 05:30:59 +0200 Subject: [PATCH] not yet working with listoflist source data. Signed-off-by: AJ Rossini --- README.org | 6 +++--- example.lisp | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 9f44fa5..94e2353 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ -Time-stamp: <2012-07-01 10:56:30 tony> +Time-stamp: <2012-07-12 18:36:03 tony> * Fast Start @@ -60,9 +60,9 @@ Time-stamp: <2012-07-01 10:56:30 tony> *** start your lisp *** follow the commands in the *ls-demo.lisp* (need to add link) file, i.e. -**** (asdf:oos 'asdf:load-op :cls) +**** (ql:quickload :cls) - use ASDF to load lispstat + use QUICKLISP to load lispstat **** (in-package :ls-user) diff --git a/example.lisp b/example.lisp index 99301c2..2434dba 100644 --- a/example.lisp +++ b/example.lisp @@ -3,7 +3,7 @@ ;;; See COPYRIGHT file for any additional restrictions (BSD license). ;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp. -;;; Time-stamp: <2012-07-01 11:59:27 tony> +;;; Time-stamp: <2012-10-03 05:30:37 tony> ;;; Creation: <2012-07-01 11:29:42 tony> ;;; File: example.lisp ;;; Author: AJ Rossini @@ -52,6 +52,7 @@ (setf *testdata-prespec-2Darray* (make-dataframe #2A((1 2 3)(4 5 6)))) -(setf *testdata-prespec-listoflist* - (make-dataframe (list ((1 2 3)(4 5 6))))) + +;; (setf *testdata-prespec-listoflist* +;; (make-dataframe '(list ((1 2 3)(4 5 6))))) -- 2.11.4.GIT