From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: ANN: Guile-Lib 0.1.4 released Date: Fri, 20 Jul 2007 17:30:39 +0100 Message-ID: <1184949039.4150.3.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184949056 9008 80.91.229.12 (20 Jul 2007 16:30:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jul 2007 16:30:56 +0000 (UTC) To: guile-user , guile-lib-dev Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 20 18:30:54 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IBvNV-0006zj-MK for guile-user@m.gmane.org; Fri, 20 Jul 2007 18:30:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBvNP-0004Lc-TS for guile-user@m.gmane.org; Fri, 20 Jul 2007 12:30:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBvNM-0004LI-Ba for guile-user@gnu.org; Fri, 20 Jul 2007 12:30:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBvNL-0004L5-NA for guile-user@gnu.org; Fri, 20 Jul 2007 12:30:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBvNL-0004L2-Ik for guile-user@gnu.org; Fri, 20 Jul 2007 12:30:43 -0400 Original-Received: from ambient.dashsystems.com ([216.27.85.7] helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IBvNL-0007QJ-AX for guile-user@gnu.org; Fri, 20 Jul 2007 12:30:43 -0400 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id 42DFF88079; Fri, 20 Jul 2007 12:30:41 -0400 (EDT) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 5782D118518; Fri, 20 Jul 2007 17:30:40 +0100 (BST) X-Mailer: Evolution 2.11.5 X-detected-kernel: Linux 2.4-2.6 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:6066 Archived-At: Hello schemers, I am pleased to announce that Guile-Lib 0.1.4 has been released. It may be obtained at: http://download.gna.org/guile-lib/guile-lib-0.1.4.tar.gz What is Guile-Lib ----------------- Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". What's new ---------- * First release with NEWS. * New module (match-bind). (match-bind) implements a syntax to bind lexical variables to regular expression match results. (match-bind) also exports two procedures, s/// and s///g, that perform search-and-replace with a perl-like syntax. * New module (scheme kwargs). Two new macros are exported, lambda/kwargs and define/kwargs, which implement keyword and optional function arguments in a manner that is more intuitive than Guile's standard lambda*. * Other bugfixes and improvements. See the ChangeLog for details on changes to (texinfo serialize), (texinfo html), (texinfo), and (sxml simple). Also check http://home.gna.org/guile-lib/doc/ for documentation on the new modules. Happy hacking, Andy. -- http://wingolog.org/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user