Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 12, 2026 16:11
Show Gist options
  • Select an option

  • Save Whateverable/771c77b76d741b9f85496dbb1ef316c5 to your computer and use it in GitHub Desktop.

Select an option

Save Whateverable/771c77b76d741b9f85496dbb1ef316c5 to your computer and use it in GitHub Desktop.
notable6
2026-01-05T16:53:39Z <librasteve_>: https://raku.land/zef:librasteve/Net::Google::Sheets
2026-01-06T12:14:37Z <librasteve_>: check html div / indents
2026-01-07T12:48:57Z <lizmat>: and there goes Discord: https://uk.finance.yahoo.com/news/chat-platform-discord-confidentially-file-233734571.html
2026-01-08T13:18:49Z <lizmat>: https://dev.to/lizmat/raku-resolutions-17g7
2026-01-11T09:55:15Z <librasteve_>: raku -e 'flat (1,3,2).rotor: 3 => -2 andthen say ( * < * > * )(|$_) ;'
2026-01-11T12:47:55Z <lizmat>: my @a = 1,2,3,4,5; sub foo($a, @b) { }; foo(@a.head, @a.skip) is about 13x as fast as: foo(@a[0], @a[1..*])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment