The old page is below.
Functional PHP Extensions
A set of higher-order functions and other primatives written in PHP4 which let you write php code in a functional style, similar to the way you might in Haskell, Scheme, or ML. There are also stubby object-to-functional bindings. | |||
|
|
Downloads?Bear in mind that right this minute, the project is not complete yet. I'm actually hacking the php right here on sourceforge, so you can see what's happening as I do it. Lately the core functional stuff is mostly here although I'm interested in hearing about your ideas. The object-oriented extensions are limited. See below for some notes on that topic. Integrating objects and functionalism is a touchy subject and it requires care.
The source to the test cases happens to be a good way to understand what these functions do exactly. | ||