"Robert G. Brown" <[EMAIL PROTECTED]> writes:

> As for the python... well, I just plain like delimiters in my code.  I
> might even use it if the authors of python hadn't imposed two pieces of
> religion on its users:
>
>    No line terminator (e.g. ;)
>    No {} -- all code grouping MUST be accomplished by indentation.

In braces-riddled languages you have to mark up the block structure
twice; first with braces for the sake of the compiler, and then with
indentation for the sake of humans. That's a bit silly and error prone
in my eyes...

-- 
Leif Nixon                       -            Systems expert
------------------------------------------------------------
National Supercomputer Centre    -      Linkoping University
------------------------------------------------------------
_______________________________________________
Beowulf mailing list, [email protected]
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to