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
| Parrot and Perl 6 | Parrot and Perl 6 - Environments for Dynamic Languages | #20 |
Allows C library functions to be accessed as Parrot subroutines
Key Parrot opcodes:
| Copyright © 2007 Patrick Michaud |