-
-
Notifications
You must be signed in to change notification settings - Fork 57
Version 1.0.0
Ben Ramsey edited this page Oct 1, 2018
·
1 revision
The goal of ramsey/collection is to provide a userland PHP object-oriented library that implements an in-depth framework for manipulating collections. To reach 1.0.0, this library must achieve a level of completeness comparable to the mature collections functionality found in other programming languages.
Here is a list of resources for inspiration and guidance in planning version 1:
- Java Collections Framework
- Python:
- Ruby
- "A Guide to Ruby Collections" by Robert Qualls
- The Bastards Book of Ruby
- hamstergem/hamster: Efficient, Immutable, Thread-Safe Collection classes for Ruby