The current implementation of MetaL compiler engine and available modules was written in PHP.
PHP is a scripting language that was originally meant for Web programming.
It may seem odd to the use PHP for a heavy task such as compiling source files.
Today PHP is not such a slow language, thanks to Zend compiler and optimizer.
|