develooper Front page | perl.perl6.language | Postings from May 2001

Re: Damian Conway's Exegesis 2

Thread Previous | Thread Next
From:
Edward Peschko
Date:
May 15, 2001 14:59
Subject:
Re: Damian Conway's Exegesis 2
Message ID:
20010515145907.A13499@excitehome.net
On Tue, May 15, 2001 at 03:32:46PM -0600, Nathan Torkington wrote:
> Damian's writing a series of articles parallel to Larry's Apocalypses.
> These "Exegesis" articles will show full perl6 programs, with
> commentary exlaining the new features.
> 
> The first Exegesis (numbered 2, to keep in sync with Larry) shows a
> perl6 version of a binary tree program from the Perl Cookbook.
> 
>   http://www.perl.com/pub/2001/05/08/exegesis2.html
> 
> Nat

Ok, question here. Are these exegesises 'blessed'? What is open to debate on 
this?

For example, I see that 'use warnings' and 'use strict' are still at the top
of the page. And 

print "Post order: "; show($root,$post); print "\n";

would be better off written as:

print "Post order: &show($root, $post)\n";

wouldn't it?

Ed

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About