CommonLispStat.git
11 years agodocument some tasks in dataframe.lisp that need resolution.master
AJ Rossini [Fri, 12 Oct 2012 14:41:22 +0000 (12 16:41 +0200)]
document some tasks in dataframe.lisp that need resolution.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoadded Mirko's suggestions to the TODO list. Needs to be better fleshed out, with...
AJ Rossini [Fri, 12 Oct 2012 14:36:44 +0000 (12 16:36 +0200)]
added Mirko's suggestions to the TODO list.  Needs to be better fleshed out, with variations of how we'd compare the options.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agofound some functions that could be "name-tightened". But need to ensure that the...
AJ Rossini [Fri, 12 Oct 2012 08:52:37 +0000 (12 10:52 +0200)]
found some functions that could be "name-tightened".  But need to ensure that the dependency structure surrounding listoflist is managed.

No circ depends!

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agousing the t-test, walk through possible inferential APIs, considering whether it...
AJ Rossini [Fri, 12 Oct 2012 08:51:36 +0000 (12 10:51 +0200)]
using the t-test, walk through possible inferential APIs, considering whether it is possible to have a simple language to characterise procedures.

Note that there could be MULTIPLE ALGORITHMS which implement procedures.   Recall conversations about RG's confusion about convex minorants and the EM-style algorithms.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agopackages, unit-test confirmation, descriptions.
AJ Rossini [Fri, 12 Oct 2012 08:49:32 +0000 (12 10:49 +0200)]
packages, unit-test confirmation, descriptions.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agobetter description of what should go where.
AJ Rossini [Fri, 12 Oct 2012 07:01:35 +0000 (12 09:01 +0200)]
better description of what should go where.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agorenamed t-test example file, where it fits in the hierarchy. It's still BROKEN.
AJ Rossini [Fri, 12 Oct 2012 06:57:08 +0000 (12 08:57 +0200)]
renamed t-test example file, where it fits in the hierarchy.  It's still BROKEN.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoset up to use quicklisp to load cairo2d, will need to do the same for cl-2d
AJ Rossini [Fri, 12 Oct 2012 06:56:38 +0000 (12 08:56 +0200)]
set up to use quicklisp to load cairo2d, will need to do the same for cl-2d
clean up, without running, the plotting examples.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agopoint: non-implemented code describes a possible data analysis approach to implement... tony2
AJ Rossini [Thu, 11 Oct 2012 14:21:57 +0000 (11 16:21 +0200)]
point: non-implemented code describes a possible data analysis approach to implement (one of many) not a template to code a system to!

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoCleaning up Examples directory. numbered examples work up to the "FIXME" markers
AJ Rossini [Thu, 11 Oct 2012 14:15:44 +0000 (11 16:15 +0200)]
Cleaning up Examples directory.  numbered examples work up to the "FIXME" markers

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agocomment: need to think through training and acclimatization for users on namespaces...
AJ Rossini [Thu, 11 Oct 2012 14:04:24 +0000 (11 16:04 +0200)]
comment: need to think through training and acclimatization for users on namespaces and packages.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agofcn VARIABLES needs to include name of package which external's the data variable...
AJ Rossini [Thu, 11 Oct 2012 12:42:22 +0000 (11 14:42 +0200)]
fcn VARIABLES needs to include name of package which external's the data variable (NEED TO FIX)
fcn LOAD-DATA now prints and writes out verbose messages.  Later we need to flag this.
example to load data now works, since we reference the correct package.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoA bit more philosophy and task for visualization, in response to Peter S. Still...
AJ Rossini [Wed, 10 Oct 2012 03:34:19 +0000 (10 05:34 +0200)]
A bit more philosophy and task for visualization, in response to Peter S.  Still need to finish response to Andrew P

11 years agofixed DEF to work correctly, finally, with docs from where I coded it.
AJ Rossini [Tue, 9 Oct 2012 02:41:37 +0000 (9 04:41 +0200)]
fixed DEF to work correctly, finally, with docs from where I coded it.
tried an UNDEF2 (generics version) but can't seem to make a (sequence symbol *) type.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agofactoring out the make-dataframe2 methods into relevant files. We don-t know about...
AJ Rossini [Tue, 9 Oct 2012 01:26:03 +0000 (9 03:26 +0200)]
factoring out the make-dataframe2 methods into relevant files.  We don-t know about the methods until we specify the storage structure.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agocompiles again -- fixed function calls, but need to get the generic function signatur...
AJ Rossini [Mon, 8 Oct 2012 15:47:23 +0000 (8 17:47 +0200)]
compiles again -- fixed function calls, but need to get the generic function signature correct so that I can remove the check-type checks...

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agovar change not propagate (installation home dir). Fixed. Also, ensure that we load...
AJ Rossini [Mon, 8 Oct 2012 15:03:06 +0000 (8 17:03 +0200)]
var change not propagate (installation home dir). Fixed.  Also, ensure that we load CLS before starting to do anything.  This is supposed to be a script from START, not from the middle.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agosmall clean up of David's section, more to go.
AJ Rossini [Mon, 8 Oct 2012 15:02:10 +0000 (8 17:02 +0200)]
small clean up of David's section, more to go.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoMerged some of the content from David Hodge's README.org which documented the build...
AJ Rossini [Mon, 8 Oct 2012 13:23:33 +0000 (8 15:23 +0200)]
Merged some of the content from David Hodge's README.org which documented the build process.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agopulled out a TODO from README, extended the TODO with that, and a few more TODOs.
AJ Rossini [Mon, 8 Oct 2012 03:35:41 +0000 (8 05:35 +0200)]
pulled out a TODO from README, extended the TODO with that, and a few more TODOs.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoCompletely useless contents.
AJ Rossini [Mon, 8 Oct 2012 03:16:54 +0000 (8 05:16 +0200)]
Completely useless contents.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agodoc cleanup, the file was obviously copied from dataframe-matrixlike.
AJ Rossini [Sun, 7 Oct 2012 03:00:27 +0000 (7 05:00 +0200)]
doc cleanup, the file was obviously copied from dataframe-matrixlike.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agodoc justification. nothing here.
AJ Rossini [Sun, 7 Oct 2012 02:59:39 +0000 (7 04:59 +0200)]
doc justification.  nothing here.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agomigration to generics functions to ensure coherent dispatch.
AJ Rossini [Sat, 6 Oct 2012 06:53:40 +0000 (6 08:53 +0200)]
migration to generics functions to ensure coherent dispatch.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agomarking sections to fill in the README
AJ Rossini [Fri, 5 Oct 2012 04:45:43 +0000 (5 06:45 +0200)]
marking sections to fill in the README
removed probability unittests (temporary)
removed lisp-stat-probabilitz

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoreorienting what we want to do, based on current discussions with David and Steve.
AJ Rossini [Fri, 5 Oct 2012 02:05:04 +0000 (5 04:05 +0200)]
reorienting what we want to do, based on current discussions with David and Steve.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agogot CLS to load without externals or liblispstat
AJ Rossini [Thu, 4 Oct 2012 15:48:50 +0000 (4 17:48 +0200)]
got CLS to load without externals or liblispstat
removed CFFI from CLS, but it is still needed for lisp-matrix
liblispstat and externals are now gone, leaving massive holes for probability and optimization.
stat-models needs to be rewritten using lisp-matrix and dataframe packages.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoremove rsm-string and cldoc from the requirements. We need something like them,...
AJ Rossini [Thu, 4 Oct 2012 14:36:54 +0000 (4 16:36 +0200)]
remove rsm-string and cldoc from the requirements.  We need something like them, but not yet.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agomore external clean up, moved info into docs
AJ Rossini [Thu, 4 Oct 2012 14:02:40 +0000 (4 16:02 +0200)]
more external clean up, moved info into docs

11 years agoremoving liblispstat. We don't need this anymore, code is worn out
AJ Rossini [Thu, 4 Oct 2012 13:45:53 +0000 (4 15:45 +0200)]
removing liblispstat.  We don't need this anymore, code is worn out

11 years agoupdate org format (srcname -> name)
AJ Rossini [Thu, 4 Oct 2012 13:07:06 +0000 (4 15:07 +0200)]
update org format (srcname -> name)
update some of the todo docs.
clean up content.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agomoved example into TODO where it belonged.
AJ Rossini [Thu, 4 Oct 2012 00:41:29 +0000 (4 02:41 +0200)]
moved example into TODO where it belonged.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agodocumentation cleanup, to fast forward to current practices.
AJ Rossini [Thu, 4 Oct 2012 00:32:22 +0000 (4 02:32 +0200)]
documentation cleanup, to fast forward to current practices.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agomove all examples into examples subdirectory
AJ Rossini [Thu, 4 Oct 2012 00:23:39 +0000 (4 02:23 +0200)]
move all examples into examples subdirectory

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoget rid of ASDF directory stuff, try 1.
AJ Rossini [Thu, 4 Oct 2012 00:22:20 +0000 (4 02:22 +0200)]
get rid of ASDF directory stuff, try 1.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agonot yet working with listoflist source data.
AJ Rossini [Wed, 3 Oct 2012 03:30:59 +0000 (3 05:30 +0200)]
not yet working with listoflist source data.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agoattempts to get listoflist dataframes working. My lisp skills are rusty.
AJ Rossini [Wed, 3 Oct 2012 03:30:01 +0000 (3 05:30 +0200)]
attempts to get listoflist dataframes working.  My lisp skills are rusty.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
11 years agono ore mbd system loader
AJ Rossini [Sun, 1 Jul 2012 09:24:11 +0000 (1 11:24 +0200)]
no ore mbd system loader

11 years agono ore mbd system loader
AJ Rossini [Sun, 1 Jul 2012 09:23:40 +0000 (1 11:23 +0200)]
no ore mbd system loader

11 years agoNew comment-annotated example.
AJ Rossini [Sun, 1 Jul 2012 09:20:32 +0000 (1 11:20 +0200)]
New comment-annotated example.

11 years agomore cruft cleanup. Nothing essential changed.
AJ Rossini [Sun, 1 Jul 2012 09:20:13 +0000 (1 11:20 +0200)]
more cruft cleanup. Nothing essential changed.

11 years agoclean up historical crud, start migration to QL as a loader-loader.
AJ Rossini [Sun, 1 Jul 2012 09:16:08 +0000 (1 11:16 +0200)]
clean up historical crud, start migration to QL as a loader-loader.

11 years agoremove all trace of externals
AJ Rossini [Thu, 4 Oct 2012 13:25:15 +0000 (4 15:25 +0200)]
remove all trace of externals

11 years agomoved old instructions for external packages to top-level in preparation for nuking...
AJ Rossini [Thu, 4 Oct 2012 13:24:48 +0000 (4 15:24 +0200)]
moved old instructions for external packages to top-level in preparation for nuking external directory.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agofix documents, use ANSI CL sort for single point of optimization, use sequence when...
AJ Rossini [Mon, 14 Mar 2011 15:08:35 +0000 (14 16:08 +0100)]
fix documents, use ANSI CL sort for single point of optimization,  use sequence when list/vector can be interchanged,  remove standard-deviation-fn and fix generics. add weight argument to sample-fn (but need to implement what it does)

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agofixed quantile generic function to compile. Unfortunately, it is now suboptimal...
AJ Rossini [Sun, 13 Mar 2011 13:03:48 +0000 (13 14:03 +0100)]
fixed quantile generic function to compile.  Unfortunately, it is now suboptimal.  But computers are fast, eh?

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agomore work on examples.
AJ Rossini [Sun, 13 Mar 2011 13:02:58 +0000 (13 14:02 +0100)]
more work on examples.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agoprogress on testing, random numbers, loop structure/data shortcuts, and loading ...
AJ Rossini [Tue, 30 Nov 2010 17:03:49 +0000 (30 18:03 +0100)]
progress on testing, random numbers, loop structure/data shortcuts, and loading (QL support)

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agomore computational encoding of probability theory
AJ Rossini [Tue, 30 Nov 2010 17:02:59 +0000 (30 18:02 +0100)]
more computational encoding of probability theory

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agoload cl-variates so that we get the right loading done.
AJ Rossini [Tue, 30 Nov 2010 17:02:25 +0000 (30 18:02 +0100)]
load cl-variates so that we get the right loading done.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years ago*cls-home-dir* changed to *cls-installation-home-dir*, reflecting what it really...
AJ Rossini [Wed, 10 Nov 2010 07:12:53 +0000 (10 08:12 +0100)]
*cls-home-dir* changed to *cls-installation-home-dir*, reflecting what it really is (after all, what is "home"?).

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agodocumentation, some ASDFv2 entries, and require cldoc in prep for API documentation.
AJ Rossini [Wed, 10 Nov 2010 07:11:39 +0000 (10 08:11 +0100)]
documentation, some ASDFv2 entries, and require cldoc in prep for API documentation.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agoexample of a class-based probability system for computations, eventually likelihoods...
AJ Rossini [Sun, 7 Nov 2010 11:16:56 +0000 (7 12:16 +0100)]
example of a class-based probability system for computations, eventually likelihoods and bayesian computations

13 years agoupdating documentation and approaches
AJ Rossini [Sun, 7 Nov 2010 11:16:08 +0000 (7 12:16 +0100)]
updating documentation and approaches

13 years agoloader fixes and docs. Most critical was to serializt the config stuff. Gotta,...
AJ Rossini [Sun, 10 Oct 2010 14:14:04 +0000 (10 16:14 +0200)]
loader fixes and docs.  Most critical was to serializt the config stuff.  Gotta, gotta!

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agodoc fixes, but still need to incorporate the "new" git common lisp repos as well...
AJ Rossini [Sun, 10 Oct 2010 14:13:00 +0000 (10 16:13 +0200)]
doc fixes, but still need to incorporate the "new" git common lisp repos as well as quicklisp, as a better external approach for system syncing and delivery.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
13 years agochange externals to be org-mode files
AJ Rossini [Fri, 3 Sep 2010 16:01:12 +0000 (3 18:01 +0200)]
change externals to be org-mode files

13 years agoexample work and move README to org-mode with new CL support comingmob
AJ Rossini [Wed, 7 Jul 2010 08:12:01 +0000 (7 10:12 +0200)]
example work and move README to org-mode with new CL support coming

13 years agouse org-mode for README stuff
AJ Rossini [Mon, 7 Jun 2010 15:02:57 +0000 (7 17:02 +0200)]
use org-mode for README stuff

14 years agofixed up variables to match the load. Example dependency graph crafted, but need...
AJ Rossini [Thu, 25 Mar 2010 07:04:38 +0000 (25 08:04 +0100)]
fixed up variables to match the load.  Example dependency graph crafted, but need to make this a chain or mixed graph, not a unimodal directed/undirected graph.
summarize API stated as a strawman, need to consider it more.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoproper loading.
AJ Rossini [Wed, 24 Mar 2010 13:07:15 +0000 (24 14:07 +0100)]
proper loading.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean accessor (dataset not store).
AJ Rossini [Wed, 24 Mar 2010 13:07:00 +0000 (24 14:07 +0100)]
clean accessor (dataset not store).

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agofixed description errors.
AJ Rossini [Wed, 24 Mar 2010 13:04:48 +0000 (24 14:04 +0100)]
fixed description errors.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoupdate to rationale for this new system.
AJ Rossini [Wed, 24 Mar 2010 13:03:56 +0000 (24 14:03 +0100)]
update to rationale for this new system.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoremoved unused infrastructure.
AJ Rossini [Wed, 10 Feb 2010 20:58:59 +0000 (10 21:58 +0100)]
removed unused infrastructure.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agowhitespace and docs
AJ Rossini [Wed, 10 Feb 2010 20:58:02 +0000 (10 21:58 +0100)]
whitespace and docs

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agotype checking experiments.
AJ Rossini [Wed, 10 Feb 2010 11:50:31 +0000 (10 12:50 +0100)]
type checking experiments.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agohints on directory standards.
AJ Rossini [Wed, 10 Feb 2010 08:27:54 +0000 (10 09:27 +0100)]
hints on directory standards.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up config stuff, move into own file and own package.
AJ Rossini [Wed, 10 Feb 2010 08:13:32 +0000 (10 09:13 +0100)]
clean up config stuff, move into own file and own package.
modify system loader to include this file

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agocleaned up the load data (and package construction)
AJ Rossini [Wed, 10 Feb 2010 08:05:16 +0000 (10 09:05 +0100)]
cleaned up the load data (and package construction)

14 years agonames changed to describe order of loading
AJ Rossini [Wed, 10 Feb 2010 07:45:56 +0000 (10 08:45 +0100)]
names changed to describe order of loading

14 years agoexamples cleaned up
AJ Rossini [Wed, 10 Feb 2010 07:44:53 +0000 (10 08:44 +0100)]
examples cleaned up

14 years agouse names, start constructing model generics.
AJ Rossini [Mon, 1 Feb 2010 13:17:32 +0000 (1 14:17 +0100)]
use names, start constructing model generics.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agobetter docs.
AJ Rossini [Mon, 1 Feb 2010 13:17:14 +0000 (1 14:17 +0100)]
better docs.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agonotes and paren matching.
AJ Rossini [Mon, 1 Feb 2010 13:16:57 +0000 (1 14:16 +0100)]
notes and paren matching.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agowhitespace and a missing paren in dataframe.lisp
AJ Rossini [Mon, 25 Jan 2010 09:59:07 +0000 (25 10:59 +0100)]
whitespace and a missing paren in dataframe.lisp

14 years agoremoving dead link
AJ Rossini [Mon, 25 Jan 2010 08:00:09 +0000 (25 09:00 +0100)]
removing dead link

14 years agomoving store and store-class around.
AJ Rossini [Sat, 23 Jan 2010 10:35:58 +0000 (23 11:35 +0100)]
moving store and store-class around.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agochanges related to the loading-data example.
AJ Rossini [Sat, 23 Jan 2010 10:35:42 +0000 (23 11:35 +0100)]
changes related to the loading-data example.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodocumentation and function clean up, leaving generics for nvars/ncases and better...
AJ Rossini [Mon, 18 Jan 2010 07:44:09 +0000 (18 08:44 +0100)]
documentation and function clean up, leaving generics for nvars/ncases and better docs.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoR example clarified for loading.
AJ Rossini [Mon, 18 Jan 2010 07:43:27 +0000 (18 08:43 +0100)]
R example clarified for loading.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodoc cleanup to ASDF spec file
AJ Rossini [Thu, 14 Jan 2010 16:34:09 +0000 (14 17:34 +0100)]
doc cleanup to ASDF spec file

14 years agoWe can use the autodef'd config variable *cls-home-dir*, no need to hack an ugly...
AJ Rossini [Thu, 14 Jan 2010 07:02:20 +0000 (14 08:02 +0100)]
We can use the autodef'd config variable *cls-home-dir*, no need to hack an ugly inferior equivalent.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoclean up ASDF spec and document version variable.
AJ Rossini [Thu, 14 Jan 2010 07:01:48 +0000 (14 08:01 +0100)]
clean up ASDF spec and document version variable.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agowe don't do the "REPL control" anymore, we are strictly adding to packages, not repla...
AJ Rossini [Thu, 14 Jan 2010 07:00:58 +0000 (14 08:00 +0100)]
we don't do the "REPL control" anymore, we are strictly adding to packages, not replacing the CL repl.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoobject version/validation tools, testing for possible use for infrastructure.
AJ Rossini [Sun, 3 Jan 2010 16:14:30 +0000 (3 17:14 +0100)]
object version/validation tools, testing for possible use for infrastructure.
use of ASDF test-op to run LIFT tests.
fixed load of LICENSE -- should be LICENSE.mit

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoLIFT tests modified -- recording current values.
AJ Rossini [Sun, 3 Jan 2010 15:38:53 +0000 (3 16:38 +0100)]
LIFT tests modified -- recording current values.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoincorporation of new CLS-DATA* packages, not finished yet.
AJ Rossini [Sun, 3 Jan 2010 15:38:25 +0000 (3 16:38 +0100)]
incorporation of new CLS-DATA* packages, not finished yet.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agotest stuff for asdf:test-op. needs to be worked out a bit more .
AJ Rossini [Sun, 3 Jan 2010 15:35:34 +0000 (3 16:35 +0100)]
test stuff for asdf:test-op.  needs to be worked out a bit more .

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agorefactoring objects/functions in the data component.
AJ Rossini [Wed, 23 Dec 2009 13:43:36 +0000 (23 14:43 +0100)]
refactoring objects/functions in the data component.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoimport is about I/O, not translation.
AJ Rossini [Wed, 23 Dec 2009 13:43:13 +0000 (23 14:43 +0100)]
import is about I/O, not translation.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoensure proper referencing.
AJ Rossini [Wed, 23 Dec 2009 13:36:53 +0000 (23 14:36 +0100)]
ensure proper referencing.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agolisp-stat-config nickname, cls-config
AJ Rossini [Wed, 23 Dec 2009 13:36:18 +0000 (23 14:36 +0100)]
lisp-stat-config nickname, cls-config

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoremove lisp-stat-config from packages -- it's in the ASDF configurator.
AJ Rossini [Wed, 23 Dec 2009 13:36:04 +0000 (23 14:36 +0100)]
remove lisp-stat-config from packages -- it's in the ASDF configurator.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agofixed typo, sketch commented-out proposed code.
AJ Rossini [Wed, 23 Dec 2009 13:35:15 +0000 (23 14:35 +0100)]
fixed typo, sketch commented-out proposed code.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomigrate last of system definitions into cls.asd. We now need to be careful that...
AJ Rossini [Wed, 23 Dec 2009 07:41:34 +0000 (23 08:41 +0100)]
migrate last of system definitions into cls.asd.  We now need to be careful that any other system loader do similar CLS software system configuration

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agodata is moved into CLS-DATA package
AJ Rossini [Tue, 22 Dec 2009 21:40:53 +0000 (22 22:40 +0100)]
data is moved into CLS-DATA package
removed last native access stuff for xarray access.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agomore debugging fun
AJ Rossini [Tue, 22 Dec 2009 14:36:11 +0000 (22 15:36 +0100)]
more debugging fun

14 years agoexamples of functions to write ( with-data, with-dataframe )
AJ Rossini [Mon, 21 Dec 2009 12:03:22 +0000 (21 13:03 +0100)]
examples of functions to write ( with-data, with-dataframe )

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
14 years agoput the XLS functions in the right place, and rectify.
AJ Rossini [Mon, 21 Dec 2009 12:03:02 +0000 (21 13:03 +0100)]
put the XLS functions in the right place, and rectify.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>