diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-08-30 08:01:37 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-08-30 08:01:37 -0500 |
commit | 337ddb4c419296d0e38a360ae528a5c9a0348a37 (patch) | |
tree | e1c0e2451e30e59103a2afda8636ecfd733e3ce3 | |
parent | e0baeb14609b44d6fc63e9951e7f5ea1bbc8b14d (diff) |
readme re-arrange
-rw-r--r-- | README.md | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -1,4 +1,18 @@ + +# GTWIWTG + +*Generators The Way I Want Them Generated* + +(Technically not generators, but iterators.) + +The GTWIWTG library is meant to be small, explorable, and understandable. +The source code is meant to be legible and straightforward. + +Every symbol exported from the `GTWIWTG` package has a useful +docstring. Many docstrings include examples of use. + Table Of Contents + - [GTWIWTG Overview](#gtwiwtg) - [Installation](#installation) - [Motivating Examples](#first-some-action) @@ -16,20 +30,6 @@ Table Of Contents - [`with-generator`](#the-naughty-consumer) - [Example: Permutations](#the-permutations-example) -# GTWIWTG - -*Generators The Way I Want Them Generated* - -(technically not generators, but iterators) - -An extensible library for generators. - -The GTWIWTG library is meant to be small, explorable, and understandable. -The source code is meant to be legible and straightforward. - -Every symbol exported from the `GTWIWTG` package has a useful -docstring. Many docstrings include examples of use. - ## Installation git clone https://github.com/cbeo/gtwiwtg /path/to/quicklisp/local-projects/ |