It would be neat to be able to run the avisere.lisp example. The files are:
(progn
(setf grp-HH (read-hh-file (um:mkstr *hh-path* "HH.csv")))
(setf grp-HH2 (read-hh-file (um:mkstr *hh-path* "HH2.csv")))
(setf grp-HL (read-hh-file (um:mkstr *hh-path* "HL.csv")))
(setf grp-HL2 (read-hh-file (um:mkstr *hh-path* "HL2.csv")))
(setf grp-LH (read-hh-file (um:mkstr *hh-path* "LH.csv")))
(setf grp-LH2 (read-hh-file (um:mkstr *hh-path* "LH2.csv")))
(setf grp-LL (read-hh-file (um:mkstr *hh-path* "LL.csv")))
(setf grp-LL2 (read-hh-file (um:mkstr *hh-path* "LL2.csv"))))