Php Slang Versions Save

The place where PHP meets Functional Programming

v0.1.4

7 years ago

v0.1.3

7 years ago

v0.1.2

7 years ago

v0.1.1

7 years ago

New features:

  • tuples from 2 to 12

Refactors:

  • purely functional partitioning/groupBy method
  • got rid of stacked abstract classes in collections, all code was moved to proper traits

v0.1.0

7 years ago

New features:

  • Option monad
  • Either monad
  • Copy trait
  • Immutable List collection
  • Trampolines
  • Pattern matching

Known issues:

  • as long as HashMapCollection is not yet implemented, 'partition' method of ListCollection can't work properly as well (because its result is a HashMapCollection)