develooper Front page | perl.perl6.internals | Postings from July 2004

Re: Pie-thon state 5 - and final

Thread Previous | Thread Next
From:
Leopold Toetsch
Date:
July 25, 2004 03:41
Subject:
Re: Pie-thon state 5 - and final
Message ID:
41038CD5.2090204@toetsch.at
Clark C. Evans wrote:
> Wow.  I'm impressed you got anywhere near this far! Your work sounds
> very promising, a great way to validate Parrot's value proposition.

Thanks.

> On Sat, Jul 24, 2004 at 12:24:48PM +0200, Leopold Toetsch wrote:
> | 
> | >>> False=42

> But that's not a bug.  If one assignes "42" to False, then this is what
> False means, 42, nothing more and nothing less. Yes, I know you know this.

Well. There are (AFAIK) only 2 instances of the bool object, these 
shouldn't be assignable. I think that doing "(True,False) = (0,1)" and 
then importing some library would break things horribly.

> If you could, would you set your goal slightly higher than
> just the Python tests?  I'd love to see Parrot do Stackless Python!

What I know of stackless isn't too much. But Parrot is using CPS 
(continuation passing style) for all subroutine and method calls, 
including coroutines aka generators. So I think that *is* stackless Python.

> *bings*
> 
> Clark

leo


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About