-
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.
Deprecate some aliases and prefer "sequence" to "seq" in built-in names.
- To cut back on an over-abundance of choice and to simplify documentation, the following built-in aliases have been made obsolete. They can still be added manually via `loopy-defalias`. - `array`: `across` - `array-ref`: `arrayf`, `arrayingf`, `stringf`, `stringingf`, `across-ref` - `cons`: `on` - `list`: `in` - `list-ref`: `listf`, `listingf`, `in-ref` - `map-ref`: `mapf`, `mappingf` - `numbers`: `num`, `nums` - `numbers-down`: `nums-down`, `numdown`, `num-down`, `numsdown` - `numbers-up`: `nums-up`, `numup`, `num-up`, `numsup` - `set-prev`: `prev` - `seq`: `elements` - `seq-index`: `sequencei`, `seqi`, `listi`, `arrayi`, `stringi` - Document the aliases `mapping-ref`, `listing-ref`, `arraying-ref`, `stringing-ref`, and `sequencing-ref`. - Make `sequence`, `sequence-ref`, `sequence-index` the default names in the code and the remaining places in the documentation. This was already the case for most of the documentation. See this PR #206 and issue #126.
- Loading branch information
Showing
4 changed files
with
99 additions
and
63 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
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