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

Mind Tree: Testing your web application

Job Posting: Perforce Software Seeks Web Application Developer (Victoria BC, Canada)

Niall Kennedy's Blog: Rasmus Lerdorf on scaling web apps with PHP

Matt Curry's Blog: Book Review: CakePHP Application Development

Felix Geisendorfer's Blog: Test Driven Development in Real World Apps


Community Events











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


development symfony2 series conference usergroup community release introduction language phpunit podcast framework database zendframework2 rest google testing opinion interview functional

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