Greg Donald : raku Tag

Custom Operator - Basic Object Identity

It is often the case in object oriented programming you need to compare two objects to see if they are the same. Usually it just means doing a deeper comparison of the attributes on each object.

raku (16)

Meta-programming capabilities using FALLBACK

Being a long time Ruby user and Lisp dabbler, Rakudo Perl 6 meta-programming capabilities ranked high on my list of curiosities.  Meta-programming can be described as "writing code that writes code".  This includes code that can alter itself.  I was experimenting and...

raku (16)