Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenwakely/toadseq
An iOS library for lazy sequences.
https://github.com/stephenwakely/toadseq
Last synced: about 2 months ago
JSON representation
An iOS library for lazy sequences.
- Host: GitHub
- URL: https://github.com/stephenwakely/toadseq
- Owner: StephenWakely
- License: mit
- Created: 2013-07-14T14:35:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T15:23:10.000Z (over 11 years ago)
- Last Synced: 2024-11-20T17:43:57.526Z (2 months ago)
- Language: Objective-C
- Homepage: fungushumungus.github.io/ToadSeq
- Size: 8.2 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# ToadSeq
ToadSeq is a small iOS library for generating and manipulating lazy sequences within Objective C.
Sequences can be derived from numerical sequences or arrays and other data structures. It's quite flexible. Transformations on the sequences are setup by chaining blocks. The transformations do not occur until the data is actually requested. Where possible the need to create arrays to store intermediate data is avoided.
More docs can be found [here](http://fungushumungus.github.io/ToadSeq)