b332211546
A small utility to split Common Lisp sequences. Depends on the previously submitted ASDF port. This port installs the source files and the .asd file (which is similar to a Makefile of a pkg-config script). There are other ports for the binaries for each supported Lisp system. PR: ports/52373 Submitted by: Henrik Motakef <henrik.motakef@web.de>
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
split-sequence is a small library to split sequences in to a list of
|
|
subsequences delimited by an object satisfying a test function. It is
|
|
a member of the Common Lisp Utilities family of programs, designed by
|
|
community consensus.
|
|
|
|
WWW: http://www.cliki.net/SPLIT-SEQUENCE
|
|
|
|
-- Henrik Motakef
|