guile-user
[Top][All Lists]
Advanced

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

ANN: Guile-Lib 0.1.4 released


From: Andy Wingo
Subject: ANN: Guile-Lib 0.1.4 released
Date: Fri, 20 Jul 2007 17:30:39 +0100

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/




reply via email to

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