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

Marco Mariani marco at sferacarta.com
Mon Apr 20 04:55:23 EDT 2009


Michael Torrie wrote:

> 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.


I'm sure you are joking.
Using goto for error handling in C is a reasonable practice,
Avoiding that for the sake of it would be like, say, avoiding "raise" in 
python because "a procedure should only have one exit point".



More information about the Python-list mailing list