MetaL (programming language)
From Seo Wiki - Search Engine Optimization and Programming Languages
The Meta-programming Language is a programming language designed for meta-programming. Meta-programming is a method for developing computer programs. It works by generating source code in a target language from a program specification in a higher level language. Source code written in MetaL is based on XML, the compiler engine can be used to generate the same program in potentially any target language. Currently supported target languages are PHP, Java and Perl. The support for other languages can be added any time.[1]
[edit] Hello world! written in MetaL
Source code of the Hello world! program written in MetaL.
<?xml version="1.0"?> <!-- @(#) $Id: sample.html,v 1.7 2006/01/12 19:51:37 mlemos Exp $ --> <output> <script> <string>Hello World! </string> </script> </output>
[edit] External links
| File:HelloWorld.svg | This programming language-related article is a stub. You can help Wikipedia by expanding it. |