POV-Ray : Newsgroups : povray.off-topic : All bow to the mighty Python : Re: All bow to the mighty Python Server Time
4 Sep 2024 07:14:19 EDT (-0400)
  Re: All bow to the mighty Python  
From: Warp
Date: 20 Apr 2010 06:52:11
Message: <4bcd875b@news.povray.org>
nemesis <nam### [at] gmailcom> wrote:
> http://www.itworld.com/government/105031/will-wall-street-require-python

  Python must have the most idiotic block delimiter in the history of
programming languages: Whitespace indentation.

  Why is it idiotic? Because whitespace is the one thing which gets most
easily and regularly lost in communication.

  For example, someone might ask some question about Python in a forum or
blog post, and then someone might answer it with some Python code... and
the blog/forum software removes whitespaces from the beginning of lines,
completely changing the meaning of the program and making it inoperable.
There are also many other situations where whitespaces at the beginning
of lines might not be preserved (or might be changed somehow).

  Also autoindentation of Python code is a physical impossibility.

  The person who thought that it's a good idea to have indentation as
block delimiters should be shot.

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.