1 README: Maxima numericalio
4 robert_dodier@users.sourceforge.net
17 - numericalio doesn't gracefully handle file system errors
18 (path component does not exist, permissions problems, etc.)
20 - return values are not consistent; should consistently return
21 true or some object for success and false for failure
23 - empty sublist in nested list should yield an empty line,
24 but nothing (not even an empty line) is printed
27 1. Files in this package are:
29 README -- this document
31 numericalio.lisp -- numericalio functions
33 is_equal_array.lisp -- scripts and data for testing
44 really-space-separated.csv
47 2. To use numericalio:
49 (C1) load("numericalio.lisp")$
51 To execute the test scripts:
53 (C1) batchload("ragged.mac")$
54 (C2) batchload("rectangular.mac")$
55 (C3) batchload("array.mac")$
56 (C4) batchload("csv.mac")$
58 Test scripts assume the current working directory is writable.
61 3. For a description of functions, see: numericalio.lisp
62 The header comment describes the functions.