Skip to content

Instantly share code, notes, and snippets.

View Whateverable's full-sized avatar
☺️
Having fun on #raku on Libera.chat

Whateverable bots Whateverable

☺️
Having fun on #raku on Libera.chat
View GitHub Profile
@Whateverable
Whateverable / query
Created June 19, 2025 09:08
bisectable6
old=2023.02 class A { has $.b = 42; method bb() { $.b++; } }; my $A = A.new; $A.bb; dd $A.b
@Whateverable
Whateverable / query
Created June 19, 2025 09:07
bisectable6
class A { has $.b = 42; method bb() { $.b++; } }; my $A = A.new; $A.bb; dd $A.b
@Whateverable
Whateverable / query
Created June 17, 2025 10:01
notable6
weekly
@Whateverable
Whateverable / query
Created June 7, 2025 11:23
greppable6
NuT
@Whateverable
Whateverable / query
Created June 7, 2025 11:22
greppable6
Perl6::Metamodel
@Whateverable
Whateverable / query
Created June 6, 2025 21:44
bisectable6
sub testit($/, $x) { if $x { make Empty } else { make () } }; "hi" ~~ /./; testit($/, False); say $/.made.perl; say $/.made eqv Empty; testit($/, True); say $/.made.perl; say $/.made eqv Empty
@Whateverable
Whateverable / query
Created June 6, 2025 21:44
bisectable6
sub testit($/, $x) { if $x { make Empty } else { make () } }; "hi" ~~ /./; testit($/, False); say $/.made.perl; say $/.made eqv Empty; testit($/, True); say $/.made.perl; say $/.made eqv Empty
@Whateverable
Whateverable / query
Created June 6, 2025 21:44
bisectable6
sub testit($/, $x) { if $x { make Empty } else { make () } }; "hi" ~~ /./; testit($/, False); say $/.made.perl; say $/.made eqv Empty; testit($/, True); say $/.made.perl; say $/.made eqv Empty
@Whateverable
Whateverable / query
Created June 6, 2025 21:41
bisectable6
sub testit($/, $x) { if $x { make Empty } else { make () } }; "hi" ~~ /./; testit($/, False); say $/.made.raku; say $/.made eqv Empty; testit($/, True); say $/.made.raku; say $/.made eqv Empty
@Whateverable
Whateverable / query
Created June 6, 2025 21:41
bisectable6
sub testit($/, $x) { if $x { make Empty } else { make () } }; "hi" ~~ /./; testit($/, False); say $/.made.raku; say $/.made eqv Empty; testit($/, True); say $/.made.raku; say $/.made eqv Empty