META
A simple yet powerful and blazingly fast, easy to learn and adaptable compiler writing language.
Fast
Meta was built for speed! It's implementation is written directly in Assembly and optimized to make the most of it.
.SYNTAX HELLO_WORLD
HELLO_WORLD = "Hello, World!"
.END
Extensible
META is written using... META... It's a Metacompiler and will do anything you throw at it.
.SYNTAX HELLO_WORLD
HELLO_WORLD = "Hello, World!"
.END