Author: bernhard Date: Thu Oct 13 14:04:14 2005 New Revision: 9480 Modified: trunk/docs/glossary.pod Log: Mention NCI in glossary.pod
Modified: trunk/docs/glossary.pod ============================================================================== --- trunk/docs/glossary.pod (original) +++ trunk/docs/glossary.pod Thu Oct 13 14:04:14 2005 @@ -190,6 +190,14 @@ See also L<"PIR">. In the Parrot context a JAPH is a small script that prints the string "Just another Parrot Hacker\". +=head2 Native Call Interface + +This let's Parrot talk to native "C" libraries, without a C-compiler. + +=head2 NCI + +Acronym for Native Call Interface. + =head2 Packfile Another name for a PBC file, due to the names used for data structures in one
