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 / graph.svg
Created July 23, 2016 17:53
benchabletest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Whateverable
Whateverable / query
Created July 23, 2016 19:35
evalable
my \c = $(42); say c++;
@Whateverable
Whateverable / query
Created July 23, 2016 19:41
evalable
say "a".Numeric.?Int
@Whateverable
Whateverable / query
Created July 23, 2016 19:43
evalable
my $a = "a".Numeric.?Int; say $a.WHAT
@Whateverable
Whateverable / query
Created July 23, 2016 19:45
evalable
my $a = "a".Numeric; say ($a.xyz).WHAT
@Whateverable
Whateverable / query
Created July 23, 2016 19:48
evalable
my $a = "a".Numeric; say $a.WHAT; say ($a.?xyz).WHAT
@Whateverable
Whateverable / query
Created July 23, 2016 19:59
evalable
my $a = "a".Numeric; say $a.WHAT; say ($a.xyz).WHAT
@Whateverable
Whateverable / query
Created July 24, 2016 00:55
committabletest
HEAD for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}
@Whateverable
Whateverable / query
Created July 24, 2016 00:58
committabletest
HEAD for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}
@Whateverable
Whateverable / query
Created July 24, 2016 01:00
committabletest
HEAD for 0..0xffff -> $i { say $i; my $c = try { :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}: {$i.chr} ~ $c" if $c.defined}