MetaL (programming language)
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]
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>
External links
File:HelloWorld.svg | This programming language-related article is a stub. You can help Wikipedia by expanding it. |
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages using deprecated source tags
- Pages with syntax highlighting errors
- Multi-paradigm programming languages
- Functional logic programming languages
- Logic programming languages
- Dynamically-typed programming languages
- Prototype-based programming languages
- Programming languages created in 2001
- Pages with broken file links
- Programming language topic stubs