brian wrote:

>> The rule you have to teach under the Separation model is:
>>
>>      "Any line that starts with an = is Pod...and not part of your
>>      program."
>
> And that's something that now comes up very early in teaching the
> assignment operator.

You know, that's a benefit I hadn't even considered. Documentation
*should* come up early! Thanks for pointing it out. ;-)


> When we do teach the current Pod, the simple rule is that Pod starts:
>
>    * when Perl is expecting a new statement
>    * there is a =something at the beginning of the line

Which means that the user has to understand Perl's statement syntax and
semantics, in order to write Pod. And the user also has to understand
that in order to even read Pod.


> Which is considerably simpler than the long rule list you used to say
> the same thing (which seems a bit of FUD, honestly).

Not FUD...just an partial enumeration of the full recursive complexity
of the "simple rule" regarding "is expecting a new statement".


> I know you think it's easier to teach and explain, but that's because
> you came up with it.

I hope I'm not that shallow. I would like to think I have enough experience with both design and teaching not to fall prey to that--admittedly common--
mistake. I'm heartened by the fact that several other contributors to
this debate have agreed with me, but I certainly do have to acknowledge
the possibility that you (as an excellent and experienced teacher) are
right. Nevertheless I still believe that the new model, because it has
no exceptions or context dependency, will actually be much easier to
understand and to explain.


> The notion that a special character in a certain column means
> something was tough to explain to other people in FORTRAN too.

Sure. When the "certain column" was column 6! Surely you're not arguing
that:

    "A = in the first column introduces some documentation"

is as hard to understand (or even just identify) as:

    "A non-blank/non-zero in column 6 continues the previous line"

???

Perceptually and cognitively, the first column is both highly
distinctive and easily identified. For example, in my experience
teaching Fortran (back in the mid-80s), students had no problem
whatsoever learning that "A 'C' in the first column is a comment".


> There are other things to consider, and to me it looks like this
> design decision isn't based on what's easier for the Perl 6 programmer
> but what's easier for the implementors.

I assure you that that is categorically *not* the case (as I'll discuss
at length in a subsequent message).


Damian

Reply via email to