Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Raku question: "Moose is Perl", but it sure ain't Raku.

by Anonymous Monk
on Feb 12, 2020 at 20:22 UTC ( [id://11112881]=note: print w/replies, xml ) Need Help??


in reply to Re: Raku question: "Moose is Perl", but it sure ain't Raku.
in thread Raku question: "Moose is Perl", but it sure ain't Raku.

class A { has $.a; method TWEAK(:$!a = "foo") { } } dd A.new; # A.new(a => "foo") dd A.new(a => "bar"); # A.new(a => "bar")

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found