News Feed
Jobs Feed
Sections




News Archive
O'Reilly:
PHP Code Generation with Elisp
November 24, 2005 @ 05:43:34

On the O'Reilly OnLamp.com site today, there's a new article today dealing with teh creation and execution of PHP code through Elisp (Emacs Lisp).

As I do my programming in GNU Emacs, it seems sensible to write it in Emacs Lisp so that I can run it directly in my Emacs buffer without having to call an external program.

Emacs Lisp is an excellent language for this type of application, as it combines the power of Lisp with integration into Emacs, one of the most powerful text editors around.

This Lisp code is pretty simple. Grab the SQL text, parse out the PHP variables from a SQL statement using a regular expression, and then use that information to write the full PHP function to insert into the original Emacs buffer.

He starts off with an introduction to what Elisp is, how it works, and how to get it all set up to work with PHP...

0 comments voice your opinion now!
generation elisp generation elisp


blog comments powered by Disqus

Similar Posts

Jakob Westhoff's Blog: Class dependency graph generation

Ben Ramsey\'s Blog: Generating OPML From del.icio.us (And Getting All Your Links)

O\'Reilly: PHP Code Generation with Elisp

Project: Zend Framework Google Analytics Code Generation

Anthony Ferrara's Blog: Random Number Generation In PHP


Community Events











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


unittest language release zendframework2 conference interview testing framework podcast phpunit application example opinion introduction community development series code object functional

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