> >> Mark Overmeer wrote:
> >> >Then, when you want to add some docs to the method, to help the
> >> >correct use, add it, for instance like:
> >> >
> >> >  method isValidPostalCode(str $postalcode) returns bool {...}
> >> >     ` Check wether the postal code confirms to the standards

> >* Damian Conway ([EMAIL PROTECTED]) [070622 09:02]:
> >>    method isValidPostalCode(str $postalcode) returns bool {...}
> >>    =PURPOSE  Check weather the postal code confirms to the standards

* Jonathan Lang ([EMAIL PROTECTED]) [070622 10:41]:
> For the record, I find Damian's example to be considerably more readable.

Noted.  Of course, it is just a syntactical difference, so not
really significant (not significant in the sense of our debate).

But, I think we should produce a few real code files and then compare
the visual friendliness of the various markup alternatives.  CAPITALS
do not really attract me, but a design for Perl6 is not about me, but
about the average programmer (used to the DOS filesystem?)

> Please forgive my ignorance: what does "AST" stand for?

The Abstract Syntax Tree, the result of the code parser, un-interpreted.
-- 
Regards,

               MarkOv

------------------------------------------------------------------------
       Mark Overmeer MSc                                MARKOV Solutions
       [EMAIL PROTECTED]                          [EMAIL PROTECTED]
http://Mark.Overmeer.net                   http://solutions.overmeer.net

Reply via email to