Native Calling Interface (NCI)
Allows C library functions to be accessed as Parrot subroutines
Key Parrot opcodes:
- loadlib - load a dynamic link library
- dlfunc - look up a symbol in a library, create a Parrot sub
| Python on Parrot | Python on Parrot | #23 |
Allows C library functions to be accessed as Parrot subroutines
Key Parrot opcodes:
| Copyright © 2007 Patrick Michaud |