Language

Package: sbcl-series @ 2.2.11-1.da9061b

Synopsis

Series data structure for Common Lisp

Description

This Common Lisp library provides a series 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.

Home page
http://series.sourceforge.net/
Location
gnu/packages/lisp-xyz.scm (line: 6451, column: 4)
License

Lint warnings

LinterMessageLocation
No lint warnings