Teaching Programming

James Mills prologic at shortcircuit.net.au
Tue May 4 10:35:18 EDT 2010


On Wed, May 5, 2010 at 12:21 AM, Ed Keith <e_d_k at yahoo.com> wrote:
> To deal with indentation I had to
>
>   1) keep track of indentation of all chunks of code embedded in the
>      document and indent inserted chunks to the sum of all the
>      indentation of the enclosing chunks.

In my experience of non-indentation sensitive languages
such as C-class (curly braces) it's just as hard to keep track
of opening and closing braces.

--James



More information about the Python-list mailing list