Is there a programming language that is combination of Python and Basic?

Martin P. Hellwig martin.hellwig at dcuktec.org
Fri Apr 17 20:19:38 EDT 2009


Michael Torrie wrote:
> Aahz wrote:
>> Why do you want to do that?  Before you answer, make sure to read this:
>>
> http://www.u.arizona.edu/~rubinson/copyright_violations/Go_To_Considered_Harmful.html
> 
> Somebody better tell the Linux kernel developers about that!  They
> apparently haven't read that yet.  Better tell CPU makers too.  In
> assembly it's all gotos.

Well CPU's wouldn't work as well if they didn't had a way to jump to  a 
predefined instruction when certain conditions are met.
IMHO for people who are users, that is you are not writing machine code 
or assembly, you should only use these 'goto's if you are capable of 
writing machine code or assembly.

YMMV
-- 
mph



More information about the Python-list mailing list