News Feed
Jobs Feed
Sections




News Archive
Metapundit.net:
Partial function application in PHP
February 14, 2007 @ 07:54:00

On the Metapundit.net site, there's a new (long) entry that takes a look at one of the programming styles, functional programming, and checks into its support in PHP. Unfortunately, it's mostly a swing and a miss.

I should just get this straight right off the bat: you can't really do much functional programing in PHP. Functions are not first class citizens and the equivalent of passing functions around is passing around strings or arrays and relying on convention. No really.

He goes on by illustrating the point that PHP can do this sort of thing but only up to a point. Once you start to get into anonymous functions and moving past things like the array_map function, you start to loose a foothold. The create_function function allows for a bit more flexibility, but still doesn't fulfill the requirements needed for full support.

0 comments voice your opinion now!
partial function application arraymap createfunction programming partial function application arraymap createfunction programming


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: The next hot PHP app you install might be IBM's

Nick Halstead's Blog: Programming Tips #7 & #8

Sander van de Graaf's Blog: Optimizing your (ZF) web application

Nessa's Blog: Working with Permissions in PHP

PHPMaster.com: Localizing PHP Applications "The Right Way", Part 3


Community Events









Don't see your event here?
Let us know!


tool interview functional podcast zendframework2 framework api testing language release code object event example composer community introduction development unittest opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework