Re: Question regarding internals and embedding APIs
[email protected] (Millsa Erlas) Tue, 19 Jul 2005 09:49:55 -0400
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
Arthur Bergman wrote: > > On 11 Jul 2005, at 11:50, Nicholas Clark wrote: > >> >> Then again, the current level at which Ponie is changing the specific >> Perl 5 >> API calls into wrappers to call into Parrot, maintaining the existing >> Perl 5 >> embedding API might fall out with no extra work whatsoever. >> >> It should be possible to wrap parrot up to appear to be perl. There are >> enough other tasks between here and there that I can't answer >> confidently >> on what will happen. >> >> Nicholas Clark >> > > > I would say that the perl embedding API is so simple it should just > work with some very few changes. > > The problem I guess could come from threading and perl_context issues.. > > Cheers > Arthur > > Thank you for your responses to my question, they have been very helpful.