- Parrot PASM source files are pretty simple
- Long list of commands, with labels and such
- PIR is a bit more complex, but not much so
- Libraries available through:
.include (PIR directive)
load_bytecode (op)
More or less equivalent to a Perl module
Can be precompiled bytecode, as load_bytecode
suggests