Key features of NQP
- Perl 6 syntax
- Small runtime footprint
- Few/no builtin functions
- Object metamodel ("6model")
- Regular expression engine ("QRegex")
- Abstract syntax tree ("QAST")
- Compiler base classes (HLL::Compiler, HLL::Grammar)
- Native call interface (via "dyncall")
- Self-hosted