Macros
Perl 6 will have macros in the Lisp sense of the word, not the C sense. True macros that have full access to the language itself. It will enable people to extend the language itself in ways that its creators hadn't foreseen.
In Lisp it was possible because the syntax was to so simple (s-expressions), in Perl 6 it will be possible because macros have full access to the rules engine, enabling them to create completely new syntaxes.
