An open API service indexing awesome lists of open source software.

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)

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.