diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-10 13:03:55 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-10 13:03:55 -0500 |
commit | c6dcaada5a94d9cf2a056543b3591ff2de6209b5 (patch) | |
tree | 3b60286491cd15aea6dc33aee4f452ee2e9b74d0 | |
parent | 2a2517531c53cae6ce428cd8027af52bf5a5c807 (diff) |
rewording
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2,12 +2,10 @@ *Generators The Way I Want Them Generated* -A naive generator library that doesn't use fancy pants concepts like -first class continuations. +An extensible library for generators. The GTWIWTG library is meant to be small, explorable, and understandable. -The source code is meant to be readible and easy to -follow. +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. |