Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Tcl vs. Python for Scripting C Statistical Library
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Lyn A Headley  
View profile  
 More options Mar 9 1998, 3:00 am
Newsgroups: comp.lang.tcl, comp.lang.python
From: Lyn A Headley <lahea...@boguscs.uchicago.edu>
Date: 1998/03/09
Subject: Re: Tcl vs. Python for Scripting C Statistical Library

>>>>> "Robin" == Robin Becker <ro...@jessikat.demon.co.uk> writes:

    Robin> I use Tcl and have been trying to use Python. I hate and
    Robin> love things about both. My principle beef with python is
    Robin> the use of invisible structuring ie white space
    Robin> counts. Would it really have made that much difference to
    Robin> the language to have a statement terminator? An occasional

I don't think this makes sense.  The issue of white-space
"structuring" is one of statement *grouping*, not statement
termination.  If python's statement terminator were ';' instead of
newline, that wouldn't change anything about its use of indentation.
It would just make blocks look like this:

if foo:
   foo1();
   foo2();
   foo3();

instead of

if foo:
   foo1()
   foo2()
   foo3()

--
Lyn Headley
remove the word "bogus" from my address for the real one.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.