Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up documentation files. #166

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Clean up documentation files. #166

merged 1 commit into from
Oct 15, 2023

Commits on Oct 15, 2023

  1. Clean up documentation files.

    - Remove old changes from the list of recent changes in the README.
    - Add missing PR and Issue numbers to the change log.
    - Clean up examples.
    - In the README, stop saying that we are "experimenting" with `loopy-iter`.
      It was added over a year ago.
    - Briefly describe the default destructuring system in the README.
    - Clean up examples.
    - Mention place-wise optimization of accumulations in the Introduction of the
      Org doc.
    - Add examples for working around implementation details of `iter` command.
    - Add that it is an error to re-use iteration variables.
    - Add the paragraph of initial accumulation values to the concept index.
    - Fix `adjoin` example now that `equal` is the default test.
    - Remove `key` examples for now, since we know `key` is wrong.
      Will add back after fixing.  Also remove from command signatures.
    - List `at` in `vconcat`'s command signature.
    - Remove `result-type` example from `collect`, now that deprecated.
    - Mention how `find` works when the loop is left early.
    - Remove an implicit description of the `split` flag, which is deprecated.
    - Correct a use of "iteration" vars to "other" vars in an example.
    - Refer to the library as "Loopy", not "=loopy=", which we use for the
      sub-loop command.
    - Use `if-let` and a generated variable in the "Hello World" example.
    - Make the "Always Command" example more like the actual definition of
      `always`.
    - Update `at` Iter parser.
    - List `iter` command in comparison with `cl-loop`.
    okamsn committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    aafb7bf View commit details
    Browse the repository at this point in the history