release notes: declarative... more work up front but less worry over all.
thi README excerpt: This directory contains ttn's personal scheme library, a collection of Guile Scheme code and intervening text (-: as well as a maintenance methodology :-). NEWS excerpt: - 0.42 | 2005-06-05 - Module no longer maintained: (ttn moduleutils) - Module no longer maintained: (ttn slice) - Module no longer maintained: (ttn edit) - Quoting no longer required for text db table specifcation Formerly, a text db table spec required quotes, like so: (text-db-table-config '(delim . "\f") '(fields (NAME1 TYPE1) (NAME2 TYPE2) ...)) Now, the quotes are no longer required: (text-db-table-config (delim . "\f") (fields (NAME1 TYPE1) (NAME2 TYPE2) ...)) For backward compatability, quotes are still accepted for the time being; that support will be dropped at some point. - New (ttn cron) macro: cron! tarball, expanded dist, html doc, "zonkables", and other files in dir: http://www.glug.org/people/ttn/software/ps/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user