show/hide this revision's text 3 typo

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.

show/hide this revision's text 2 typos

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 it's creaters its creators hadn't foreseen.

In Lisp it was possible because the syntax was to simple (s-expressions), in Perl 6 it will be possible because macrs macros have full access to the rules engine, enabling them to create completely new syntaxes.

show/hide this revision's text 1

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 it's creaters hadn't foreseen.

In Lisp it was possible because the syntax was to simple (s-expressions), in Perl 6 it will be possible because macrs have full access to the rules engine, enabling them to create completely new syntaxes.