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 September 18, 2024 10:41
evalable6
RAKUDO_OPTIMIZER_DEBUG=1 say $_ ~~ Mu:U
@Whateverable
Whateverable / query
Created September 18, 2024 10:41
evalable6
2024.08 RAKUDO_OPTIMIZER_DEBUG=1 say $_ ~~ Mu:U
@Whateverable
Whateverable / query
Created September 17, 2024 12:36
bisectable6
$_ = 42; say $_ ~~ Mu:U
@Whateverable
Whateverable / query
Created September 17, 2024 12:36
bisectable6
$_ = 42; say $_ ~~ Mu:U
@Whateverable
Whateverable / query
Created September 17, 2024 12:26
bisectable6
$_ = 42; say $_ ~~ Mu:U
@Whateverable
Whateverable / query
Created September 10, 2024 11:59
notable6__
weekly
@Whateverable
Whateverable / query
Created September 9, 2024 21:35
bisectable6
leave
@Whateverable
Whateverable / query
Created September 9, 2024 21:35
bisectable6
leave
@Whateverable
Whateverable / query
Created September 9, 2024 21:35
bisectable6
leave
@Whateverable
Whateverable / result
Created September 7, 2024 09:32
Whateverable
2024-09-07T07:32:09Z #raku <wayland> librasteve A difference between TOP and what I see in a quick skim over of R dataframes is that I'm planning to try do a better job of allowing for more spreadsheet-like layouts (column typing optional, but can maybe have formulas in cells). But maybe that's just my ignorance of dataframes