Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: RFC: A Beginners Guide to Fuzzy Rules-Based Systems

by chromatic (Archbishop)
on Oct 12, 2006 at 19:16 UTC ( [id://577931]=note: print w/replies, xml ) Need Help??


in reply to Re^2: RFC: A Beginners Guide to Fuzzy Rules-Based Systems
in thread RFC: A Beginners Guide to Fuzzy Rules-Based Systems

I'm sorry, but after many years of using many languages, I am not at all inclined to consider $f = Foo->new() as if it were a method on the type.

What does how other languages work have to do with how Perl works? In Perl, it's a class method. It's not a keyword.

I will continue to use $f = new Foo() as if it were an operator built into the language, because it feels more literate and readable.

Okay, but good luck debugging it when it fails in weird and unexpected ways.

Even with the same sort of bugs, I don't see a lot of people clamoring for a shift to $fh->print @list syntax.

I suspect you don't know why the indirect object notation can fail then. It's a lot more difficult to call print with filehandle and a bareword as arguments, but PBP suggests instead print {$fh} @list.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://577931]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 12:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found