https://github.com/aturley/itertools-pony
A library for doing useful things with iterators in Pony (inspired by the Python itertools library)
https://github.com/aturley/itertools-pony
Last synced: 7 months ago
JSON representation
A library for doing useful things with iterators in Pony (inspired by the Python itertools library)
- Host: GitHub
- URL: https://github.com/aturley/itertools-pony
- Owner: aturley
- License: mit
- Created: 2016-03-30T13:44:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T18:53:42.000Z (over 9 years ago)
- Last Synced: 2025-01-28T10:51:33.806Z (9 months ago)
- Language: Pony
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This package is now part of the [Pony standard library](https://github.com/ponylang/ponyc/). Please use the one in the standard library (`packages/itertools`) instead of this one.