Dan Sugalski wrote in perl.perl6.internals :
> At 2:50 PM +0100 3/24/04, Leopold Toetsch wrote:
>>Dan Sugalski <[EMAIL PROTECTED]> wrote:
>>
>>>  At any rate, perl 5's Safe module is a good example of the Wrong Way
>>>  to do security, and as such we're going to take it as a cautionary
>>>  tale rather than a template.
>>
>>Ok. What about Ponie?
> 
> What about it? Safe's one of those modules that's guaranteed to not 
> work under Ponie, as are a number of the B modules. That's OK.

Why?

OK, I understand that Ponie will compile Perl 5 source to parrot ops,
and that Safe's interface uses perl ops. However it's a pure
compile-time module -- it hooks into the optree construction routines --
so it may be possible to have an equivalent of it under Ponie.

(not saying that this would be necessarily a good idea, though)

-- 
rgs

Reply via email to