Iterators
Collection iterators
Implementations of iterators for Pharo's collections
Implements Iterators for Pharo's Collections.
9 stars
5 watching
3 forks
Language: Smalltalk
last commit: over 4 years ago
Linked from 1 awesome list
iteratorspharosmalltalk
Related projects:
Repository | Description | Stars |
---|---|---|
juliendelplanque/pharocodegenerator | A toolkit to generate Pharo code by parsing a Domain Specific Language (DSL) and translating it into Smalltalk ASTs. | 13 |
juliendelplanque/pharo-ical | Provides objects to manipulate ICalendar objects in Pharo environments. | 4 |
juliendelplanque/arff | A Pharo implementation of the Weka Arff data format | 1 |
juliendelplanque/python3generator | Toolkit to generate Python 3 source code from Pharo | 26 |
juliendelplanque/matplotlibbridge | A bridge between Pharo and Python's Matplotlib for creating plots in Smalltalk. | 19 |
juliendelplanque/jrpc | A JSON-RPC 2.0 implementation for Pharo Smalltalk | 10 |
juliendelplanque/stablemarriage | A Smalltalk implementation of the stable marriage problem algorithm | 3 |
juliendelplanque/postgresqlparser | A tool that parses and analyzes PostgreSQL source code | 7 |
juliendelplanque/drtests | An UI extension for testing Smalltalk projects | 7 |
thelartians/easyiterator | A library that simplifies C++ iterator design and usage by providing abstractions and boilerplate reduction. | 138 |
pharo-containers/containers-runarray | A Smalltalk class optimized for storing sequences of repeating values | 1 |
pharo-containers/avl | A Smalltalk implementation of an AVL tree data structure | 4 |
jecisc/chanel | A tool for cleaning and improving Smalltalk code | 22 |
pharo-contributions/deeptraverser | A Smalltalk library for traversing object graphs | 8 |
laurentluce/python-algorithms | A collection of algorithms implemented in Python | 279 |