in reply to Re^2: What's wrong with Perl 6?
in thread What's wrong with Perl 6?
what makes Perl Perl?In no particular order:
(Well, I can go on but that's what I can think of now. I could add TimToady's onion speaks but I'm afraid it's too much personal)
If Perl 6 preserves those characteristics, there's no reason to say Perl 6 is not Perl despite the change on the syntax. For example, I don't mind to write @array[1] instead of $array[1]. It's still Perl. And of course I can't mind to write:
In the mean time, the only thing I can do now is stay with Perl (5) until the day when we do have that better Perl than Perl 5. In the future, we won't call it Perl 6 anymore, just Perl.given ($some) { when 'body' { 'has to fight' } when 'thing' { 'has to give' } when 'day' { 'they will know the truth } when 'where' { 'in a very near place to their mind' } when 'time' { 'can only tell' } default { 'yes, there is always a space for default' } }
Update: now that I remember more, I added number 13 onward.
Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: What's wrong with Perl 6?
by blazar (Canon) on May 14, 2007 at 20:59 UTC | |
by naikonta (Curate) on May 15, 2007 at 16:19 UTC | |
by blazar (Canon) on May 15, 2007 at 18:54 UTC | |
by jonnyfolk (Vicar) on Sep 19, 2007 at 21:42 UTC |