-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
- Loading branch information
Showing
3 changed files
with
768 additions
and
610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.