What is the problem with Parrot ?

Jose Antonio Martin joseamartin at venmex.com
Mon Apr 2 10:07:35 EDT 2001


What is the problem with the Braces or Block Delimiters or the sintax ?

The New Parrot may accept both syntaxes with no problem.

I think that if you want to write   

if x=1:
    do()


you can write without the colon

 if x=1
{
 do()
}

and the VM can decide what syntax is used for the block.
If you ommit the colon you must add the braces


The Parenthesis of the  statements like if or while etc.. may be ommited or not depending of the logic clause that you are typing.

Well look single !!! or not ?

I cant see any problem with the new release of python.
but i can see more power and versatility and i am optimistic about the future of Parrot or whatever.

Future Developments= Simplicity + Versatility.
So whe are int the Future Way or not ?


Good Bye











-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20010402/50690c09/attachment.html>


More information about the Python-list mailing list