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 July 21, 2024 16:56
releasable6
status
@Whateverable
Whateverable / query
Created July 20, 2024 01:14
bisectable6
while True { FIRST my $y = 3; say $y--; last if $y < 0 }
@Whateverable
Whateverable / query
Created July 20, 2024 01:14
bisectable6
while True { FIRST my $y = 3; say $y--; last if $y < 0 }
@Whateverable
Whateverable / query
Created July 20, 2024 01:14
bisectable6
while True { FIRST my $y = 3; say $y--; last if $y < 0 }
@Whateverable
Whateverable / query
Created July 15, 2024 12:16
bisectable6
use v.6.c
@Whateverable
Whateverable / result
Created July 9, 2024 13:19
Whateverable
2024-07-08T17:22:17Z #raku <tonyo> xliff: i thought about doing something like that. that was the next step in SQL::Slang - essentially something like ABAP where SQL is a first class citizen in the code and raw SQL becomes actionable with a dialect. so your SELECT * FROM xyz could also potentially run against csv files or whatever else
@Whateverable
Whateverable / query
Created July 5, 2024 16:33
evalable6
sub foo($/ is copy) { say $/.WHAT; my $e = S:g/ \\ \' /'/ given $<contents>; say $/.WHAT; make $e; }; "'ab\'cd'" ~~ /'$<contents>=.*'/; foo $/;
@Whateverable
Whateverable / query
Created July 1, 2024 08:34
tellable6
colomon
@Whateverable
Whateverable / query
Created July 1, 2024 08:33
tellable6
colomon
@Whateverable
Whateverable / query
Created July 1, 2024 08:32
tellable6
colomon