From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: ttn-pers-scheme 0.42 available Date: Sun, 05 Jun 2005 01:12:46 +0200 Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117926910 26743 80.91.229.2 (4 Jun 2005 23:15:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Jun 2005 23:15:10 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jun 05 01:15:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DehqZ-0004wU-4q for guile-user@m.gmane.org; Sun, 05 Jun 2005 01:14:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DehwY-0005RQ-M1 for guile-user@m.gmane.org; Sat, 04 Jun 2005 19:20:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dehue-0004wx-3N for guile-user@gnu.org; Sat, 04 Jun 2005 19:18:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dehub-0004wE-HG for guile-user@gnu.org; Sat, 04 Jun 2005 19:18:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DehuY-0004tJ-ED; Sat, 04 Jun 2005 19:18:38 -0400 Original-Received: from [151.42.234.199] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DehmK-0007Yt-Na; Sat, 04 Jun 2005 19:10:09 -0400 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1Dehos-0007uH-00; Sun, 05 Jun 2005 01:12:46 +0200 Original-To: guile-sources@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:4605 gmane.lisp.guile.sources:202 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4605 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