unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* ttn-pers-scheme 0.42 available
@ 2005-06-04 23:12 Thien-Thi Nguyen
  0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2005-06-04 23:12 UTC (permalink / raw)
  Cc: guile-user

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-04 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-04 23:12 ttn-pers-scheme 0.42 available Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).