in reply to Disputation of g0n on the power and efficacy of XS
Perl 6 uses Parrot, which has NCI, so it doesn't really have this problem. (NCI doesn't require that you have a C compiler installed to link against C shared libraries, anyway. C++ might be more complex; I don't know enough about its ABI to say.) It's even easier if your platform as JIT support.
It's possible to solve this problem in Perl 5 as well, though I haven't had time to work on it as much. See P5NCI.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Disputation of g0n on the power and efficacy of XS
by TimToady (Parson) on Apr 20, 2005 at 20:18 UTC | |
Re^2: Disputation of g0n on the power and efficacy of XS
by salva (Canon) on Apr 21, 2005 at 09:14 UTC | |
by JanneVee (Friar) on Apr 21, 2005 at 13:06 UTC |