Re: Accessing parrot functions/PMCs with Pugs

2005-10-24 Thread Christian Renz
eval(print 1, :langpir) require_parrot 'foo.pir'; Would it also be possible to somehow 'link' it with a parrot bytecode file? Regards, Christian -- [EMAIL PROTECTED] - http://christian.web42.com - http://www.web42.com/crenz/ The computer should be doing the hard work. That's what

Accessing parrot functions/PMCs with Pugs

2005-10-22 Thread Christian Renz
Hi all, I recently got my feet wet with Pugs. So far, it's been fun :-). However, I couldn't find any information on how to access functions defined in parrot, or even how to use classes defined as PMCs in parrot. Is this possible already? Greetings, Christian -- [EMAIL PROTECTED] -

Re: Accessing parrot functions/PMCs with Pugs

2005-10-22 Thread Autrijus Tang
Christian Renz wrote: I recently got my feet wet with Pugs. So far, it's been fun :-). Cool! However, I couldn't find any information on how to access functions defined in parrot, or even how to use classes defined as PMCs in parrot. Is this possible already? If Pugs is linked with Parrot