RE: Perl 6 modules plan
[email protected] (Garrett Goebel) Thu, 9 Aug 2001 15:36:38 -0500
| Newsgroups | perl.perl6.stdlib |
|---|---|
| Message-ID | <71BEC0D4E1DED3118F7A009027B12028010BDFC4@EXCH_MISSION> |
------_=_NextPart_001_01C12112.FD380740 Content-Type: text/plain; charset="iso-8859-1" From: Dan Sugalski [mailto:[email protected]] > > Also don't discount the possibility that your perl code uses, > say XML::Simple and calls Python code that uses the namespace > equivalent of XML::Simple (however you do that in Python) and > thus you have a collision that way too. Don't discount the chance of: o Perl5, Inline, 0.43, Brian Ingerson o Ruby, Inline, 0.43, Brian Ingerson o Python, Inline, 0.43, Brian Ingerson Sure there'd theoretically be no reason for an author to port a version of their module to each language once PARROT exists. But I'm pretty sure Brian Ingerson at least has mentioned a desire to port Inline to Ruby. And Perl6 is going to support reusing all those old Perl5 modules right? Which brings to mind that however Perl6 interacts with Perl5 modules, it'll have to support modules which might not have a $VERSION or $AUTHOR. ------_=_NextPart_001_01C12112.FD380740--