summaryrefslogtreecommitdiff
blob: c183edb26ad459f33bda1c45f2a3c85cf433e6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>common-lisp</herd>
<longdescription>
This is Richard C. Waters' SERIES package for Common Lisp.

A series is a data structure much like a sequence, with similar kinds of
operations. The difference is that in many situations, operations on series may
be composed functionally and yet execute iteratively, without the need to
construct intermediate series values explicitly. In this manner, series provide
both the clarity of a functional programming style and the efficiency of an
iterative programming style.
</longdescription>
</pkgmetadata>