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 23, 2025 12:16
tellable6
ugexe
@Whateverable
Whateverable / result
Created July 22, 2025 09:27
Whateverable
2025-07-21T10:21:31Z #raku <melezhik> wayland76: thanks for that. Looks like spitsh is not maintained any more, I remember I even did something for this project few years ago. Anyways . With regards to your latest post “Raku: Pathways …” these are all reasonable thoughts - thanks and thanks for mentioning Sparrow by the way, yep it does not have a dedicated web site, but there is https://sparrowhub.io which provides some information
@Whateverable
Whateverable / query
Created July 21, 2025 15:45
releasable6
next
@Whateverable
Whateverable / plot.svg
Created July 17, 2025 22:17
benchable6
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 17, 2025 07:17
bisectable6
old=2023.02 <a b c 1 2 3>.duckmap({ $_ + 1 }).say
@Whateverable
Whateverable / query
Created July 15, 2025 11:06
bisectable6
old=2024.01 say (1,2,3).are(Int)
@Whateverable
Whateverable / query
Created July 13, 2025 17:35
bisectable6
old=2021.12 new=2022.02 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
@Whateverable
Whateverable / query
Created July 13, 2025 17:31
bisectable6
old=2020.01 new=2022.02 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar
@Whateverable
Whateverable / query
Created July 13, 2025 17:22
bisectable6
releases my uint8 @foo = 1,2,3; my int $bar = @foo[1];
@Whateverable
Whateverable / result
Created July 12, 2025 05:47
Whateverable
2025-07-11T18:53:04Z #raku <SmokeMachine> librasteve: but Cromponent works already with templates?! If I’m not misremembering, It adds a method on your component class with your template already compiled making you own class it’s “repository” and when using it as a sub/macro it works exactly the same me way Cro template modules are suggested to be created…