Jon Ericson writes:
> First repeat 10 times - "It's not a replacement, it's a shortcut."
Gotta say that I think it's
(a) a nasty punctuation mess (don't we have *enough* of those already?)
(b) unnecessary (I don't get grumpy at typing `print')
(c) opening up more problems than it's solving
Given interpolation, here docs, print LIST, and (s)printf, I think
we have output really well covered. We don't need to save two or
three keystrokes, when we already save pages of keystrokes over other
languages with their:
stdout.print("this is the first part, "
.concat variable.value
.concat "."
.concat String.newline);
verbosities. I see >< losing readability and not winning us anything.
Nat
- RFC 39 (v2) Perl should have a print operator Perl6 RFC Librarian
- Re: RFC 39 (v2) Perl should have a print operator Nathan Wiger
- Re: RFC 39 (v2) Perl should have a print oper... Jon Ericson
- Re: RFC 39 (v2) Perl should have a print ... Nathan Wiger
- Re: RFC 39 (v2) Perl should have a print oper... Jon Ericson
- Re: RFC 39 (v2) Perl should have a print ... Jonathan Scott Duff
- Re: RFC 39 (v2) Perl should have a pr... Jon Ericson
- Re: RFC 39 (v2) Perl should have a print ... Nathan Torkington
- Re: RFC 39 (v2) Perl should have a print operator David L. Nicol
- Re: RFC 39 (v2) Perl should have a print oper... Nathan Wiger
- Re: RFC 39 (v2) Perl should have a print ... David L. Nicol
