Jonnay's Blog: Googles Summer of yawn.
On his blog today, Jonnay looks at the Google "Summer of Code" (or as he calls it, their "Summer of Yawn"), specifically at one project, the PHP Macro Preprocessor. This (as described) sounds exactly...
View ArticleDikini.net: Poor man's macro programming in php
vlado, thinking more about a previous post, started wondering what exactly you'd need to do to get macros working in PHP. Read on for his answers. What is the closest we can get to that without...
View ArticleDikini.net: Poor man's macro programming in php (revisited)
In refernece to his previous post on macro programming in PHP, vlado is back with this new post answering the question "How exactly can you do macros in php now?" Macros have (let's say) two main...
View ArticleDikini.net: Rewriting macros - the peculiar case of php
On Dikiki.net today, there's a new post that's a continuation of a series (first post, second post) dealing with macro programming in PHP. Without going into theoretical details, some of which are...
View ArticleIgor Wiedler: Evolving syntax
In a new post to his site Igor Wiedler looks forward and suggests some alternate syntax for PHP based around the idea of macros from Lisp. These macros would be parsed at runtime and handled directly...
View Article