NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
DL$MT%DF@#(hhh (Score:1)
You know, I keep getting your articles through planet parrot in my RSS reader, and waaay too many of them are you doing this kind of petty bitching about what "some guy" said. I wouldn't care what you say either, but these things are being pumped out through planet parrot (and planet perl), which annoys me greatly.
For what it's worth:
for =$*IN -> $guess {
is a trainwreck. It's the =$* that gets me. I like the ->. I'm OK with the non
Re: (Score:1)
I can imagine you'd find it frustrating if people so casually dismissed your work with superficial complaints, especially if their complaints demonstrate little attempt to understand what you're trying to do. Maybe I'm extra sensitive this month from dealing with an underdocumented SOA project with heaps of code generation, WSDL, and EJBs.
Unary prefix
=always iterates over an iterator. The*twigil always indicates a global variable.$*INrepresents standard input. Now thatRe: (Score:1)
Re:DL$MT%DF@#(hhh (Score:1)
Perl 6 relies on sigils and operators, but our hope is that by gathering and grouping variables such as
$*INand%*ENV(I bet you can guess what that one is) and turning other Perl 5 magic globals into object properties, the conceptual weight of the system is much less. Hopefully at least they'll be easier to look up this way.Unfortunately, some people have trouble reading symbols. I have trouble reading code without judicious vertical whitespace to separate paragraphs, so Python can be a chore. (Is this empty line the end of an block or just a paragraph within the block?)
Thanks for the advice, though. I'll try more practical posts and lay off the theory and advocacy for a while.
Reply to This
Parent
Re: (Score:1)
So maybe it's the modern (mis)use of the english language that has conditioned people to
Re: (Score:1)
I have difficulty reading mathematic formulas. The variables keep getting jumbled. If I spent more time with a few formulas, I'd eventually memorize them. Some people are better at words than symbols, and, as programmers, they might find languages with fewer symbols easier to read. That might be the case for joejoe.
Of course, English punctuation is mostly hints anyway. Just like you can represent Koine Greek without aspiration notation, you can represent written or spoken English without punctuation
Re: (Score:1)
I have been usin