08:11 azval joined 08:12 sibl joined 10:53 sibl left 10:54 azval left 11:48 deadmarshal left 15:23 deadmarshal joined
disbot4 <comborico> Is Int an object or a class? 16:56
<comborico> Appears to be both: docs.raku.org/language/faq#What_ar...natures%3F 17:01
<librasteve> m: say Int.defined 17:53
<Raku eval> False
<librasteve> m: say 42.defined
<Raku eval> True
<librasteve> type smileys :D is defined, :U is undefined 17:54
18:10 librasteve_ left
lizmat pings librasteve 19:19
20:00 librasteve_ joined
disbot4 <comborico> I am liking the comparison of a "type object" to a "virtual class". Is this on the right track? Because the "type object" seems to have class-like behavior. 21:48
<comborico> I know "virtual class" sounds kind of stupid.
lizmat well, a class is really an instance of a meta-object 22:44
m: class A { }; dd A.HOW.^name 22:45
camelia "Perl6::Metamodel::ClassHOW"
disbot4 <comborico> Do meta-objects exists outside of Raku? 23:04
lizmat as a concept, definitely
inside MoarVM: possibly, it's not called Metamodel On A Runtime VM for nothing ;-) 23:05
afk&
disbot4 <comborico> I was wondering what that name was about. I was thinking it was some exotic animal from Africa. Maybe like a nod to GNU or something. 23:10
23:10 swaggboi left 23:57 swaggboi joined