Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[announce] Makers 1.0.0, macros with positional and optional arguments

2 views
Skip to first unread message

marcomaggi

unread,
Jun 8, 2010, 4:12:50 AM6/8/10
to
Makers
======


Overview
--------

This package is a distribution of libraries for R6RS Scheme
implementations. In the paper:

"Keyword and Optional Arguments in PLT Scheme". Matthew
Flatt and Eli Barzilay. 2009 Workshop on Scheme and
Functional Programming.

the authors discuss ways to provide functions and macros
with a mix of fixed and optional arguments to better
organise abstractions. This package humbly proposes an
alternative for R6RS implementations, without the use of
"keywords" as disjoint type of values.

The library has no dependencies and it supports Ikarus,
Larceny, Mosh, Petite Chez, PLT Scheme, Vicare and Ypsilon.

Detailed informations on usage are in the README file.


Download
--------

The last revision of this package can be downloaded from:

<http://github.com/marcomaggi/nausicaa/downloads>


License
-------

Copyright (c) 2010 Marco Maggi <marco.ma...@poste.it>

This program is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public
License along with this program. If not, see
<http://www.gnu.org/licenses/>.


Credits
-------

The library is the work of Marco Maggi, the code is derived
from the Nausicaa/Scheme distribution of libraries.

--
Marco Maggi

0 new messages