in reply to Re^4: Perl 6 and trend towards web-based applications
in thread Perl 6 and trend towards web-based applications
As a developer of the glue code, you'll need to have intimate knowledge of the function signatures and data structures contained within the header file (assuming you're gluing some existing C library to perl). But once the glue is developed, you won't need the header file at all because all of the info will be in the parrot source file or the perl6 module. In other words the C header file becomes a perl and/or parrot source file. Writing in perl for extensions is a whole heck of a lot easier than writing some in perl, some in C and requiring a C compiler.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl 6 and trend towards web-based applications
by Tanktalus (Canon) on Jan 15, 2005 at 22:35 UTC | |
by BrowserUk (Patriarch) on Jan 15, 2005 at 23:11 UTC | |
by dragonchild (Archbishop) on Jan 16, 2005 at 02:26 UTC | |
by Mr. Muskrat (Canon) on Jan 16, 2005 at 04:47 UTC |