├── README.md ├── examples ├── dice.lisp ├── dickens.names ├── gnome.names ├── goblin.names ├── namer.lisp └── us.names ├── src ├── any.lisp ├── character.lisp ├── contains.lisp ├── drop.lisp ├── file.lisp ├── filter.lisp ├── hash.lisp ├── leave.lisp ├── package.lisp ├── stream.lisp ├── string.lisp ├── tails.lisp ├── take.lisp └── tap.lisp └── taps.asd /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/README.md -------------------------------------------------------------------------------- /examples/dice.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/examples/dice.lisp -------------------------------------------------------------------------------- /examples/dickens.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/examples/dickens.names -------------------------------------------------------------------------------- /examples/gnome.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/examples/gnome.names -------------------------------------------------------------------------------- /examples/goblin.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/examples/goblin.names -------------------------------------------------------------------------------- /examples/namer.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/examples/namer.lisp -------------------------------------------------------------------------------- /examples/us.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/examples/us.names -------------------------------------------------------------------------------- /src/any.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/any.lisp -------------------------------------------------------------------------------- /src/character.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/character.lisp -------------------------------------------------------------------------------- /src/contains.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/contains.lisp -------------------------------------------------------------------------------- /src/drop.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/drop.lisp -------------------------------------------------------------------------------- /src/file.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/file.lisp -------------------------------------------------------------------------------- /src/filter.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/filter.lisp -------------------------------------------------------------------------------- /src/hash.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/hash.lisp -------------------------------------------------------------------------------- /src/leave.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/leave.lisp -------------------------------------------------------------------------------- /src/package.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/package.lisp -------------------------------------------------------------------------------- /src/stream.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/stream.lisp -------------------------------------------------------------------------------- /src/string.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/string.lisp -------------------------------------------------------------------------------- /src/tails.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/tails.lisp -------------------------------------------------------------------------------- /src/take.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/take.lisp -------------------------------------------------------------------------------- /src/tap.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/src/tap.lisp -------------------------------------------------------------------------------- /taps.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikelevins/taps/HEAD/taps.asd --------------------------------------------------------------------------------