----- Original Message ----- From: "Peter Sinnott" > > Currently parrot has some fairly cool stuff (nci I think it is called) > for calling C functions. The cool thing is you do not need to compile > anything in order to do it so no compiler is required. Not sure how > they plan to make this available to perl6. >
I'm curious about how one is going to go about accessing (from perl6) functions in you-beaut-whizz-bang third party C shared libraries. Will that also be done without a compiler ? (Something like Win32::API and C::DynaLib perhaps ?) In addition, I find it neither desirable nor cool that a compiler will not be required - though it's quite likely that I'm anachronistic :-) Cheers, Rob