guile-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ttn-pers-scheme 0.42 available


From: Thien-Thi Nguyen
Subject: ttn-pers-scheme 0.42 available
Date: Sun, 05 Jun 2005 01:12:46 +0200

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]